IVsTextView3.DoesViewSupportRole (Método)
Determines whether the view supports the specified role.
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop.11.0 (en Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
Sintaxis
'Declaración
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
Parámetros
pszRole
Tipo: String[in] The specified role.
pbContainsRole
Tipo: Int32%[out] Value is true if the specified role is supported; otherwise, false.
Valor devuelto
Tipo: Int32
Returns S_OK if the method is successful; otherwise, returns an error code.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)