Share via


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: 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

See Also

Reference

IInterfaceInfo Interface

Microsoft.VisualStudio.VsWizard Namespace