BuildPropertyPage.OutputPath Property

Gets or sets the directory to which the build's output should be sent.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Property OutputPath As String
'使用
Dim instance As BuildPropertyPage
Dim value As String

value = instance.OutputPath

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

Property Value

Type: System.String

The directory to which the build's output should be sent.

Permissions

See Also

Reference

BuildPropertyPage Class

BuildPropertyPage Members

Microsoft.VisualStudio.Package Namespace