IVsDataViewSelectionNodeInfo.ObjectType, propriété
Obtient le type de l'objet de données représenté dans le nœud de sélection.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
ReadOnly Property ObjectType As IVsDataObjectType
IVsDataObjectType ObjectType { get; }
property IVsDataObjectType^ ObjectType {
IVsDataObjectType^ get ();
}
abstract ObjectType : IVsDataObjectType
function get ObjectType () : IVsDataObjectType
Valeur de propriété
Type : Microsoft.VisualStudio.Data.Services.IVsDataObjectType
IVsDataObjectType représentant le type du nœud de sélection.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.