Metodo GelProperty.Register<TOwner> (String, Single)
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 Single _
) As GelProperty
public static GelProperty Register<TOwner>(
string name,
float defaultValue
)
Parametri di tipo
- TOwner
Parametri
- name
Tipo: System.String
- defaultValue
Tipo: System.Single
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.