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

'宣言
ReadOnly Property Properties As IDictionary(Of String, IVsDataObjectTypeMember)
'使用
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.

Permissions

See Also

Reference

IVsDataObjectType Interface

IVsDataObjectType Members

Microsoft.VisualStudio.Data.Services Namespace