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

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace