Metodo GelProperty.RegisterDwordProperty<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 RegisterDwordProperty(Of TOwner) ( _
name As String, _
defaultValue As UInteger, _
propertyChanged As GelPropertyChangedCallback, _
validator As GelPropertyValidatorCallback _
) As GelProperty
public static GelProperty RegisterDwordProperty<TOwner>(
string name,
uint defaultValue,
GelPropertyChangedCallback propertyChanged,
GelPropertyValidatorCallback validator
)
Parametri di tipo
- TOwner
Parametri
- name
Tipo: System.String
- defaultValue
Tipo: System.UInt32
- propertyChanged
Tipo: Microsoft.Internal.VisualStudio.PlatformUI.GelPropertyChangedCallback
Valore restituito
Tipo: Microsoft.Internal.VisualStudio.PlatformUI.GelProperty
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.