StaticCodeAnalysisExtender.RunCodeAnalysis-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property RunCodeAnalysis As Boolean
    Get
    Set
[BrowsableAttribute(false)]
public bool RunCodeAnalysis { get; set; }
[BrowsableAttribute(false)]
public:
property bool RunCodeAnalysis {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member RunCodeAnalysis : bool with get, set
function get RunCodeAnalysis () : boolean
function set RunCodeAnalysis (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

StaticCodeAnalysisExtender Klasse

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace