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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IProjectConfigProperties Interface