IVsDataViewCommonNodeInfo.DefaultCommand (Propiedad)
Obtiene el comando predeterminado establecido para el nodo actual.
Espacio de nombres: Microsoft.VisualStudio.Data.Services
Ensamblado: Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)
Sintaxis
'Declaración
ReadOnly Property DefaultCommand As IVsDataViewCommandInfo
IVsDataViewCommandInfo DefaultCommand { get; }
property IVsDataViewCommandInfo^ DefaultCommand {
IVsDataViewCommandInfo^ get ();
}
abstract DefaultCommand : IVsDataViewCommandInfo
function get DefaultCommand () : IVsDataViewCommandInfo
Valor de propiedad
Tipo: Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo
Un objeto de IVsDataViewCommandInfo como el comando predeterminado.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.