DatabaseReferenceSelectorData.Metadata Property

Gets a list of metadata that allows DSP providers to initialize the node once it is created through the DatabaseNodeAdded event.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property Metadata As IDictionary(Of String, String)
    Get
'Usage
Dim instance As DatabaseReferenceSelectorData
Dim value As IDictionary(Of String, String)

value = instance.Metadata
public IDictionary<string, string> Metadata { get; }
public:
property IDictionary<String^, String^>^ Metadata {
    IDictionary<String^, String^>^ get ();
}
function get Metadata () : IDictionary<String, String>
member Metadata : IDictionary<string, string>

Property Value

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

.NET Framework Security

See Also

Reference

DatabaseReferenceSelectorData Class

DatabaseReferenceSelectorData Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace