Поделиться через


DatabaseProjectReferenceSelectorData.Metadata Property

Gets the metadata that is used to allow database schema providers to initialize the node after it has been created through the DatabaseNodeAdded event.

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

Syntax

'Declaration
Public ReadOnly Property Metadata As IDictionary(Of String, String)
public IDictionary<string, string> Metadata { get; }
public:
property IDictionary<String^, String^>^ Metadata {
    IDictionary<String^, String^>^ get ();
}
member Metadata : IDictionary<string, string>
function get Metadata () : IDictionary<String, String>

Property Value

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

.NET Framework Security

See Also

Reference

DatabaseProjectReferenceSelectorData Class

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