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
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.