SfcPropertyCollection.TryGetPropertyValue Metodo

Definizione

Overload

TryGetPropertyValue(String, Object)

public bool TryGetPropertyValue(string propertyName, out object value);
abstract member TryGetPropertyValue : string * obj -> bool
override this.TryGetPropertyValue : string * obj -> bool
Public Function TryGetPropertyValue (propertyName As String, ByRef value As Object) As Boolean

Parametri

propertyName
String
value
Object

Valori restituiti

Implementazioni

Si applica a

TryGetPropertyValue<T>(String, T)

public bool TryGetPropertyValue<T>(string propertyName, out T value);
abstract member TryGetPropertyValue : string * 'T -> bool
override this.TryGetPropertyValue : string * 'T -> bool
Public Function TryGetPropertyValue(Of T) (propertyName As String, ByRef value As T) As Boolean

Parametri di tipo

T

Parametri

propertyName
String
value
T

Valori restituiti

Implementazioni

Si applica a