Compartilhar via


Propriedade IVsDataViewCommonNodeInfo.UserContextProviderType

Obtém a classe como Type que implementa a entidade de suporte de IVsDataViewUserContextProvider .O provedor fornece essa implementação.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
ReadOnly Property UserContextProviderType As Type
Type UserContextProviderType { get; }
property Type^ UserContextProviderType {
    Type^ get ();
}
abstract UserContextProviderType : Type
function get UserContextProviderType () : Type

Valor de propriedade

Tipo: System.Type
Type como a classe que implementa a entidade de suporte de IVsDataViewUserContextProvider .

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewCommonNodeInfo Interface

Namespace Microsoft.VisualStudio.Data.Services