Sdílet prostřednictvím


ProjectConfigProperties.OutputPath – vlastnost

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Overridable Property OutputPath As String
    Get
    Set
public virtual string OutputPath { get; set; }
public:
virtual property String^ OutputPath {
    String^ get ();
    void set (String^ value);
}
abstract OutputPath : string with get, set
override OutputPath : string with get, set
function get OutputPath () : String
function set OutputPath (value : String)

Hodnota vlastnosti

Typ: System.String

Implementuje

IProjectConfigProperties.OutputPath

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProjectConfigProperties Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů