Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public ReadOnly Property ProjectId As Guid
'使用
Dim instance As ProjectData
Dim value As Guid
value = instance.ProjectId
public Guid ProjectId { get; }
public:
property Guid ProjectId {
Guid get ();
}
public function get ProjectId () : Guid
Property Value
Type: System.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.