Gets the GUID of the COM component.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property TypeGuid As Guid
'使用
Dim instance As ComReferenceNode
Dim value As Guid
value = instance.TypeGuid
public Guid TypeGuid { get; }
public:
property Guid TypeGuid {
Guid get ();
}
public function get TypeGuid () : Guid
Property Value
Type: System.Guid
The GUID of the COM component.
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.