Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the properties of the current node.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property Properties As IDictionary(Of String, IVsDataViewPropertyInfo)
Get
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>
Property Value
Type: System.Collections.Generic.IDictionary<String, IVsDataViewPropertyInfo>
A list of properties of the current node as name/value pairs of property names and IVsDataViewPropertyInfo objects
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.