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


IVsTextView3.DoesViewSupportRole - метод

Determines whether the view supports the specified role.

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

Синтаксис

'Декларация
Function DoesViewSupportRole ( _
    pszRole As String, _
    <OutAttribute> ByRef pbContainsRole As Integer _
) As Integer
int DoesViewSupportRole(
    string pszRole,
    out int pbContainsRole
)
int DoesViewSupportRole(
    [InAttribute] String^ pszRole, 
    [OutAttribute] int% pbContainsRole
)
abstract DoesViewSupportRole : 
        pszRole:string * 
        pbContainsRole:int byref -> int
function DoesViewSupportRole(
    pszRole : String, 
    pbContainsRole : int
) : int

Параметры

  • pszRole
    Тип: String

    [in] The specified role.

  • pbContainsRole
    Тип: Int32%

    [out] Value is true if the specified role is supported; otherwise, false.

Возвращаемое значение

Тип: Int32
Returns S_OK if the method is successful; otherwise, returns an error code.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextView3 Интерфейс

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