DataMappedObject.Properties Property

Gets name/value pairs containing the property names and values associated with the current generic concept.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

Public ReadOnly Property Properties As IDictionary(Of String, Object)

Dim instance As DataMappedObject
Dim value As IDictionary(Of String, Object)

value = instance.Properties
public IDictionary<string, Object> Properties { get; }
public:
virtual property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get () sealed;
}
public final function get Properties () : IDictionary<String, Object>

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

A collection of name/value pairs containing the property names and values associated with the current generic concept.

Implements

IVsDataMappedObject.Properties

Permissions

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace