C# Class Microsoft.VisualStudio.Project.Samples.CustomProject.OAMyCustomProjectFileItem

Inheritance: OAFileItem
ファイルを表示 Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Public Methods

Method Description
OAMyCustomProjectFileItem ( OAProject project, FileNode node ) : System.Runtime.InteropServices

Public constructor.

Method Details

OAMyCustomProjectFileItem() public method

Public constructor.
public OAMyCustomProjectFileItem ( OAProject project, FileNode node ) : System.Runtime.InteropServices
project Microsoft.VisualStudio.Project.Automation.OAProject Automation project.
node FileNode Custom file node.
return System.Runtime.InteropServices