Condividi tramite


Localizable.GetValue Metodo

Definizione

Recupera il valore della proprietà.

Overload

GetValue()

Recupera il valore della proprietà con i valori della proprietà predefiniti.

GetValue(Type)

Ottiene il tipo con il tipo specificato.

GetValue<T>()

Recupera il valore associato alla proprietà.

GetValue()

Recupera il valore della proprietà con i valori della proprietà predefiniti.

public:
 System::Object ^ GetValue();
public object GetValue ();
member this.GetValue : unit -> obj
Public Function GetValue () As Object

Restituisce

Valore della proprietà.

Si applica a

GetValue(Type)

Ottiene il tipo con il tipo specificato.

public:
 System::Object ^ GetValue(Type ^ targetType);
public object GetValue (Type targetType);
member this.GetValue : Type -> obj
Public Function GetValue (targetType As Type) As Object

Parametri

targetType
Type

Tipo a cui è destinato questo stile.

Restituisce

Tipo con il valore specificato.

Si applica a

GetValue<T>()

Recupera il valore associato alla proprietà.

public:
generic <typename T>
 T GetValue();
public T GetValue<T> ();
member this.GetValue : unit -> 'T
Public Function GetValue(Of T) () As T

Parametri di tipo

T

Valore dell'oggetto generico.

Restituisce

T

Valore associato alla proprietà .

Si applica a