ContentAnalyzerConfig.ShouldOmitContent 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.
Omit the content for this analyzer from analyze result. Only return content(s) from additional analyzers specified in contentCategories, if any.
public bool? ShouldOmitContent { get; set; }
member this.ShouldOmitContent : Nullable<bool> with get, set
Public Property ShouldOmitContent As Nullable(Of Boolean)