ComReferenceNode.TypeGuid Property

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

See Also

Reference

ComReferenceNode Class

ComReferenceNode Members

Microsoft.VisualStudio.Package Namespace