Gets or sets the associated project element node, which represents the build item.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<BrowsableAttribute(False)> _
Public Property ItemNode As ProjectElement
'使用
Dim instance As HierarchyNode
Dim value As ProjectElement
value = instance.ItemNode
instance.ItemNode = value
[BrowsableAttribute(false)]
public ProjectElement ItemNode { get; set; }
[BrowsableAttribute(false)]
public:
property ProjectElement^ ItemNode {
ProjectElement^ get ();
void set (ProjectElement^ value);
}
public function get ItemNode () : ProjectElement
public function set ItemNode (value : ProjectElement)
Property Value
Type: Microsoft.VisualStudio.Package.ProjectElement
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.