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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DatabaseProjectAddItemDialogContext Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms