Método IVsOutput.get_Type (Guid)
Método obsoleto.Não use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int get_Type(
out Guid pguidType
)
int get_Type(
[OutAttribute] Guid% pguidType
)
abstract get_Type :
pguidType:Guid byref -> int
Function get_Type (
<OutAttribute> ByRef pguidType As Guid
) As Integer
Parâmetros
- pguidType
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsOutput
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo