IVsDataObjectType.Properties Property

Definition

Gets a collection of name/value pairs representing the property names and their corresponding IVsDataObjectTypeMember objects.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataObjectTypeMember ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataObjectTypeMember ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Data.Services.IVsDataObjectTypeMember> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Data.Services.IVsDataObjectTypeMember>
Public ReadOnly Property Properties As IDictionary(Of String, IVsDataObjectTypeMember)

Property Value

A collection of name/value pairs containing the property names and the corresponding IVsDataObjectTypeMember objects.

Applies to