IVstaHostAdapterInternal.HostItemTypeGuid Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
ReadOnly Property HostItemTypeGuid As String
'Usage
Dim instance As IVstaHostAdapterInternal 
Dim value As String 

value = instance.HostItemTypeGuid
string HostItemTypeGuid { get; }
property String^ HostItemTypeGuid {
    String^ get ();
}
function get HostItemTypeGuid () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IVstaHostAdapterInternal Interface

IVstaHostAdapterInternal Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal Namespace