Proprietà IVsDataViewCommonNodeInfo.DefaultCommand
Ottiene il comando predefinito impostato per il nodo corrente.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
ReadOnly Property DefaultCommand As IVsDataViewCommandInfo
IVsDataViewCommandInfo DefaultCommand { get; }
property IVsDataViewCommandInfo^ DefaultCommand {
IVsDataViewCommandInfo^ get ();
}
abstract DefaultCommand : IVsDataViewCommandInfo
function get DefaultCommand () : IVsDataViewCommandInfo
Valore proprietà
Tipo: Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo
Un oggetto IVsDataViewCommandInfo come il comando predefinito.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.