Share via


IVsDataObjectType.Properties Property

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)
IDictionary<string, IVsDataObjectTypeMember> Properties { get; }
property IDictionary<String^, IVsDataObjectTypeMember^>^ Properties {
    IDictionary<String^, IVsDataObjectTypeMember^>^ get ();
}
abstract Properties : IDictionary<string, IVsDataObjectTypeMember> with 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

See Also

Reference

IVsDataObjectType Interface

Microsoft.VisualStudio.Data.Services Namespace