Share via


VstaConstants.HostTypeProviderServiceIdentifier Field

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

Represents the host type provider service.

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

Syntax

'Declaration
Public Const HostTypeProviderServiceIdentifier As String
'Usage
Dim value As String 

value = VstaConstants.HostTypeProviderServiceIdentifier
public const string HostTypeProviderServiceIdentifier
public:
literal String^ HostTypeProviderServiceIdentifier
public const var HostTypeProviderServiceIdentifier : String

Remarks

The host type provider service provides System.Type types that correspond to type abstractions.

See Also

Reference

VstaConstants Class

VstaConstants Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace