Condividi tramite


Metodo GelProperty.RegisterIndirectWpfProperty<TOwner>

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

Sintassi

'Dichiarazione
Public Shared Function RegisterIndirectWpfProperty(Of TOwner) ( _
    name As String, _
    propertyType As Type, _
    getter As GelPropertyGetterCallback _
) As GelProperty
public static GelProperty RegisterIndirectWpfProperty<TOwner>(
    string name,
    Type propertyType,
    GelPropertyGetterCallback getter
)

Parametri di tipo

  • TOwner

Parametri

Valore restituito

Tipo: Microsoft.Internal.VisualStudio.PlatformUI.GelProperty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GelProperty Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI