Método IVsUIObject.get_Type (String)
Retorna o nome do tipo de dados para o objeto.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int get_Type(
out string pTypeName
)
int get_Type(
[OutAttribute] String^% pTypeName
)
abstract get_Type :
pTypeName:string byref -> int
Function get_Type (
<OutAttribute> ByRef pTypeName As String
) As Integer
Parâmetros
- pTypeName
[out] Local para retornar o nome do tipo.
Valor de retorno
Type: System.Int32
Retorna S_OK se o tipo de dados foi retornado.
Consulte também
Interface IVsUIObject
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo