Metodo GelProperty.RegisterIntProperty<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 RegisterIntProperty(Of TOwner) ( _
    name As String, _
    defaultValue As Integer, _
    propertyChanged As GelPropertyChangedCallback, _
    validator As GelPropertyValidatorCallback _
) As GelProperty
public static GelProperty RegisterIntProperty<TOwner>(
    string name,
    int defaultValue,
    GelPropertyChangedCallback propertyChanged,
    GelPropertyValidatorCallback validator
)

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