SfcPropertyCollection.TryGetPropertyValue Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| TryGetPropertyValue(String, Object) | |
| TryGetPropertyValue<T>(String, T) |
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