Compartilhar via


Propriedade IVsDataViewCommandInfo.CommandProviderType

Obtém a classe como Type que implementa a entidade de suporte de IVsDataViewCommandProvider .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 CommandProviderType As Type
Type CommandProviderType { get; }
property Type^ CommandProviderType {
    Type^ get ();
}
abstract CommandProviderType : Type
function get CommandProviderType () : Type

Valor de propriedade

Tipo: System.Type
Type que representa a classe que implementa a entidade de suporte de IVsDataViewCommandProvider .

Comentários

O tipo de implementação é especificado no arquivo XML de DataObjectSupport.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewCommandInfo Interface

Namespace Microsoft.VisualStudio.Data.Services