Método IVsUIDataSource.GetShapeIdentifier (Guid, UInt32)
Retorna o identificador de forma para esta fonte de dados.Duas fontes de dados com o mesmo identificador de forma terá exatamente as mesmas propriedades e verbos.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int GetShapeIdentifier(
out Guid pGuid,
out uint pdw
)
int GetShapeIdentifier(
[OutAttribute] Guid% pGuid,
[OutAttribute] unsigned int% pdw
)
abstract GetShapeIdentifier :
pGuid:Guid byref *
pdw:uint32 byref -> int
Function GetShapeIdentifier (
<OutAttribute> ByRef pGuid As Guid,
<OutAttribute> ByRef pdw As UInteger
) As Integer
Parâmetros
- pGuid
[in] O identificador globalmente exclusivo para a forma.
- pdw
[out] Local para retornar a ID da forma.
Valor de retorno
Type: System.Int32
Retorna S_OK se o identificador de forma foi retornado.
Consulte também
Interface IVsUIDataSource
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo