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
- 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.