HierarchyNode.DocCookie Property
Gets or sets the ID of the associated file.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Property DocCookie As UInteger
'使用
Dim instance As HierarchyNode
Dim value As UInteger
value = instance.DocCookie
instance.DocCookie = value
public uint DocCookie { get; set; }
public:
property unsigned int DocCookie {
unsigned int get ();
void set (unsigned int value);
}
public function get DocCookie () : uint
public function set DocCookie (value : uint)
Property Value
Type: System.UInt32
By default, returns VSDOCCOOKIE_NIL().
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.