SfcPropertyCollection.TryGetPropertyValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| 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
Paramètres
- propertyName
- String
- value
- Object
Retours
Implémente
S’applique à
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
Paramètres de type
- T
Paramètres
- propertyName
- String
- value
- T