Share via


Metodo GelProperty.RegisterIndirectDwordProperty<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 RegisterIndirectDwordProperty(Of TOwner) ( _
    name As String, _
    getter As Func<(Of <<'(GelDependencyObject, UInt32>)>>) _
) As GelProperty
public static GelProperty RegisterIndirectDwordProperty<TOwner>(
    string name,
    Func<(Of <<'(GelDependencyObject, UInt32>)>>) getter
)

Parametri di tipo

  • TOwner

Parametri

  • getter
    Tipo: System.Func<GelDependencyObject, UInt32>

Valore restituito

Tipo: Microsoft.Internal.VisualStudio.PlatformUI.GelProperty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GelProperty Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI