Proprietà IVsDataViewCommonNodeInfo.UserContextProviderType
Ottiene la classe come Type che implementa l'entità di supporto IVsDataViewUserContextProvider. Il provider forniscono questa implementazione.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
ReadOnly Property UserContextProviderType As Type
Type UserContextProviderType { get; }
property Type^ UserContextProviderType {
Type^ get ();
}
abstract UserContextProviderType : Type with get
function get UserContextProviderType () : Type
Valore proprietà
Tipo: Type
Type come classe che implementa l'entità di supporto IVsDataViewUserContextProvider.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.