OAVSProjectItem.FileNode Property

Gets or sets the file node associated with this project item.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Property FileNode As FileNode
'使用
Dim instance As OAVSProjectItem
Dim value As FileNode

value = instance.FileNode

instance.FileNode = value
public FileNode FileNode { get; set; }
public:
property FileNode^ FileNode {
    FileNode^ get ();
    void set (FileNode^ value);
}
public function get FileNode () : FileNode
public function set FileNode (value : FileNode)

Property Value

Type: Microsoft.VisualStudio.Package.FileNode

FileNode.

Permissions

See Also

Reference

OAVSProjectItem Class

OAVSProjectItem Members

Microsoft.VisualStudio.Package.Automation Namespace