IQueryAmbient.IsAmbientPropertyAvailable(String) 메서드

정의

지정된 명명된 속성을 현재 범위에서 앰비언트로 간주할 수 있는지 여부에 대한 쿼리입니다.

public:
 bool IsAmbientPropertyAvailable(System::String ^ propertyName);
public bool IsAmbientPropertyAvailable (string propertyName);
abstract member IsAmbientPropertyAvailable : string -> bool
Public Function IsAmbientPropertyAvailable (propertyName As String) As Boolean

매개 변수

propertyName
String

앰비언트 상태를 확인할 속성의 이름입니다.

반환

요청된 속성을 앰비언트로 간주할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상