Поделиться через


IInterfaceInfo.Default - свойство

Gets a value indicating whether the interface is the default interface.

Пространство имен:  Microsoft.VisualStudio.VsWizard
Сборка:  Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)

Синтаксис

'Декларация
ReadOnly Property Default As Boolean
'Применение
Dim instance As IInterfaceInfo
Dim value As Boolean

value = instance.Default
bool Default { get; }
property bool Default {
    bool get ();
}
function get Default () : boolean

Значение свойства

Тип: 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.

Примеры

See Properties.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

IInterfaceInfo Интерфейс

IInterfaceInfo - члены

Microsoft.VisualStudio.VsWizard - пространство имен