ProjectNode.ProjectIDGuid Property

Gets or sets the GUID associated with the project.

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

Syntax

'宣言
<BrowsableAttribute(False)> _
Public Overridable Property ProjectIDGuid As Guid
'使用
Dim instance As ProjectNode
Dim value As Guid

value = instance.ProjectIDGuid

instance.ProjectIDGuid = value
[BrowsableAttribute(false)]
public virtual Guid ProjectIDGuid { get; set; }
[BrowsableAttribute(false)]
public:
virtual property Guid ProjectIDGuid {
    Guid get ();
    void set (Guid value);
}
public function get ProjectIDGuid () : Guid
public function set ProjectIDGuid (value : Guid)

Property Value

Type: System.Guid

The project GUID.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace