ContentCaptureNodeProperties.HasContentDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if the content description has been explicitly set.
public virtual bool HasContentDescription { [Android.Runtime.Register("hasContentDescription", "()Z", "GetHasContentDescriptionHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("hasContentDescription", "()Z", "GetHasContentDescriptionHandler", ApiSince=37)>]
member this.HasContentDescription : bool
Property Value
true if the content description was modified, false otherwise.
- Attributes