Share via


Metodo DataSource.GetShapeIdentifier

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Function GetShapeIdentifier ( _
    <OutAttribute> ByRef guid As Guid, _
    <OutAttribute> ByRef dw As UInteger _
) As Integer
public int GetShapeIdentifier(
    out Guid guid,
    out uint dw
)

Parametri

Valore restituito

Tipo: System.Int32

Implementa

IVsUIDataSource.GetShapeIdentifier(Guid%, UInt32%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSource Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI