IInterfaceInfo.Default Property
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
bool Default { get; }
property bool Default {
bool get ();
}
abstract Default : bool with get
function get Default () : boolean
Property Value
Type: 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.