Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value indicating whether the interface is the default interface.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
ReadOnly Property Default As Boolean
Get
bool Default { get; }
property bool Default {
bool get ();
}
abstract Default : bool
function get Default () : boolean
Property Value
Type: System.Boolean
true if this is the default interface; otherwise, false.
Remarks
The default interface is the one that the script client (for example, Visual Basic) returns when it creates or acquires the server object. Only one interface can be marked [default] in a given coclass.
Examples
See Properties.
.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.