IVsDataViewCommonNodeInfo.Properties, propriété
Obtient les propriétés du nœud actuel.
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 IDictionary(Of String, IVsDataViewPropertyInfo)
IDictionary<string, IVsDataViewPropertyInfo> Properties { get; }
property IDictionary<String^, IVsDataViewPropertyInfo^>^ Properties {
IDictionary<String^, IVsDataViewPropertyInfo^>^ get ();
}
abstract Properties : IDictionary<string, IVsDataViewPropertyInfo>
function get Properties () : IDictionary<String, IVsDataViewPropertyInfo>
Valeur de propriété
Type : System.Collections.Generic.IDictionary<String, IVsDataViewPropertyInfo>
Une liste de propriétés du nœud actuel en tant que paires nom/valeur de noms de propriété et d' IVsDataViewPropertyInfo objets
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.