Partager via


DatabaseProjectAddItemDialogContext.CreationStrings, propriété

Obtient une liste de toutes les chaînes de création ajoutées.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectAddItemDialogContext Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms