共用方式為


EditorOptionAttribute.TryGetOptionValue(IEnumerable, String, Object) 方法

定義

判斷集合是否包含特定屬性,並傳回屬性值。

public:
 static bool TryGetOptionValue(System::Collections::IEnumerable ^ attributes, System::String ^ optionName, [Runtime::InteropServices::Out] System::Object ^ % optionValue);
public static bool TryGetOptionValue (System.Collections.IEnumerable attributes, string optionName, out object optionValue);
static member TryGetOptionValue : System.Collections.IEnumerable * string * obj -> bool
Public Shared Function TryGetOptionValue (attributes As IEnumerable, optionName As String, ByRef optionValue As Object) As Boolean

參數

attributes
IEnumerable

屬性 (Attribute) 的集合。

optionName
String

要檢查的屬性的名稱。

optionValue
Object

這個方法傳回的內容會包含屬性值。 這個參數會以未初始化的狀態傳遞。

傳回

如果在集合中找到指定的屬性,則為 true,否則為 false

適用於