Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the type of the parent object by using a string representation of the type.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Property TypeString As String
string TypeString { get; set; }
property String^ TypeString {
String^ get ();
void set (String^ value);
}
abstract TypeString : string with get, set
function get TypeString () : String
function set TypeString (value : String)
Property Value
Type: String
A string representation of the type of the parent object.
.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.