IVsDataObject.Properties, propriété
Obtient un objet d' IVsDataObjectPropertyDictionary contenant les propriétés de cet objet de données.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
ReadOnly Property Properties As IVsDataObjectPropertyDictionary
IVsDataObjectPropertyDictionary Properties { get; }
property IVsDataObjectPropertyDictionary^ Properties {
IVsDataObjectPropertyDictionary^ get ();
}
abstract Properties : IVsDataObjectPropertyDictionary
function get Properties () : IVsDataObjectPropertyDictionary
Valeur de propriété
Type : Microsoft.VisualStudio.Data.Services.IVsDataObjectPropertyDictionary
Un objet d' IVsDataObjectPropertyDictionary contenant les propriétés de cet objet de données.
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.