FrameworkTemplate::IQueryAmbient::IsAmbientPropertyAvailable Method (String^)
.NET Framework (current version)
Queries whether a specified ambient property is available in the current scope.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: virtual bool IsAmbientPropertyAvailable( String^ propertyName ) sealed = IQueryAmbient::IsAmbientPropertyAvailable
Parameters
- propertyName
-
Type:
System::String^
The name of the requested ambient property.
Return Value
Type: System::Booleantrue if the requested ambient property is available; otherwise, false.
.NET Framework
Available since 4.0
Available since 4.0
Show: