다음을 통해 공유


ConsoleOutputter.Silent Property

Namespace:  Microsoft.VisualStudio.Diagnostics.Logging
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Public Property Silent As Boolean
    Get
    Set
public bool Silent { get; set; }
public:
property bool Silent {
    bool get ();
    void set (bool value);
}
member Silent : bool with get, set
function get Silent () : boolean
function set Silent (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ConsoleOutputter Class

Microsoft.VisualStudio.Diagnostics.Logging Namespace