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)

property bool Default {
	bool get();
}

Property Value

Type: System::Boolean

true if this is the default interface; otherwise, false.

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.

Return to top
Show: