Método IVsDebuggableProjectCfg.get_Platform (Guid)
Publicado: abril de 2016
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_Platform(
out Guid pguidPlatform
)
int get_Platform(
[OutAttribute] Guid% pguidPlatform
)
abstract get_Platform :
pguidPlatform:Guid byref -> int
Function get_Platform (
<OutAttribute> ByRef pguidPlatform As Guid
) As Integer
Parâmetros
- pguidPlatform
Não use.
Valor de retorno
Type: System.Int32
Implementações
IVsProjectCfg.get_Platform(Guid)
Consulte também
Interface IVsDebuggableProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo