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 a collection of name/value pairs representing the property names and their corresponding IVsDataObjectTypeMember objects.
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, IVsDataObjectTypeMember)
'Usage
Dim instance As IVsDataObjectType
Dim value As IDictionary(Of String, IVsDataObjectTypeMember)
value = instance.Properties
IDictionary<string, IVsDataObjectTypeMember> Properties { get; }
property IDictionary<String^, IVsDataObjectTypeMember^>^ Properties {
IDictionary<String^, IVsDataObjectTypeMember^>^ get ();
}
function get Properties () : IDictionary<String, IVsDataObjectTypeMember>
Property Value
Type: System.Collections.Generic.IDictionary<String, IVsDataObjectTypeMember>
A collection of name/value pairs containing the property names and the corresponding IVsDataObjectTypeMember 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.