AddItemDialogContext.CreationStrings Property
Gets a list of all added creation strings.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property CreationStrings As IDictionary(Of String, String)
Get
'Usage
Dim instance As AddItemDialogContext
Dim value As IDictionary(Of String, String)
value = instance.CreationStrings
public IDictionary<string, string> CreationStrings { get; }
public:
property IDictionary<String^, String^>^ CreationStrings {
IDictionary<String^, String^>^ get ();
}
function get CreationStrings () : IDictionary<String, String>
member 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
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace