IVsDataObjectType.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.