共用方式為


Application.IQueryAmbient.IsAmbientPropertyAvailable(String) 方法

定義

查詢目前範圍中是否有指定的環境屬性。

 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 介面時,才能使用這個成員。

適用於

另請參閱