VCFxCopTool.OutputFile Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

Property OutputFile As String

Dim instance As VCFxCopTool
Dim value As String

value = instance.OutputFile

instance.OutputFile = value
string OutputFile { get; set; }
property String^ OutputFile {
    String^ get ();
    void set (String^ value);
}
function get OutputFile () : String
function set OutputFile (value : String)

Property Value

Type: System.String

Permissions

See Also

Reference

VCFxCopTool Interface

VCFxCopTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace