Freigeben über


DatabaseProjectAddItemDialogContext.CreationStrings-Eigenschaft

Ruft eine Liste aller hinzugefügten Erstellungszeichenfolgen ab.

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 CreationStrings As IDictionary(Of String, String)
    Get
public IDictionary<string, string> CreationStrings { get; }
public:
property IDictionary<String^, String^>^ CreationStrings {
    IDictionary<String^, String^>^ get ();
}
member CreationStrings : IDictionary<string, string>
function get CreationStrings () : IDictionary<String, String>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseProjectAddItemDialogContext Klasse

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