Metodo GelProperty.Register<TOwner> (String, Double)

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 Register(Of TOwner) ( _
    name As String, _
    defaultValue As Double _
) As GelProperty
public static GelProperty Register<TOwner>(
    string name,
    double defaultValue
)

Parametri di tipo

  • TOwner

Parametri

Valore restituito

Tipo: Microsoft.Internal.VisualStudio.PlatformUI.GelProperty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GelProperty Classe

Overload Register

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI