IProjectConfigProperties.OutputPath Property

Gets or sets the output path of the project.

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

Syntax

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

value = instance.OutputPath

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

Property Value

Type: System.String

The output path of the project.

Permissions

See Also

Reference

IProjectConfigProperties Interface

IProjectConfigProperties Members

Microsoft.VisualStudio.Package Namespace