Application.IQueryAmbient.IsAmbientPropertyAvailable(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
查詢目前範圍中是否有指定的環境屬性。
virtual bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(System::String ^ propertyName) = System::Windows::Markup::IQueryAmbient::IsAmbientPropertyAvailable;
bool IQueryAmbient.IsAmbientPropertyAvailable (string propertyName);
abstract member System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable : string -> bool
override this.System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable : string -> bool
Function IsAmbientPropertyAvailable (propertyName As String) As Boolean Implements IQueryAmbient.IsAmbientPropertyAvailable
參數
- propertyName
- String
要求之環境屬性 (Ambient Property) 的名稱。
傳回
如果可使用要求的環境屬性則為 true
,否則為 false
。
實作
備註
這個成員是明確介面成員實作, 只有在 Application 執行個體轉換成 IQueryAmbient 介面時,才能使用這個成員。