Método IVsSpecifyProjectDesignerPages.GetProjectDesignerPages (CAUUID )
Obtém as páginas do project designer.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int GetProjectDesignerPages(
CAUUID[] pPages
)
int GetProjectDesignerPages(
array<CAUUID>^ pPages
)
abstract GetProjectDesignerPages :
pPages:CAUUID[] -> int
Function GetProjectDesignerPages (
pPages As CAUUID()
) As Integer
Parâmetros
- pPages
[out] Ponteiro para uma matriz contada dos tipos GUID (CAUUID) especificando as páginas do designer.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Consulte também
Interface IVsSpecifyProjectDesignerPages
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo