DatabaseProjectAddItemDialogContext.CreationStrings Property
Gets a list of all added creation strings.
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)
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>
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectAddItemDialogContext Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace