Proprietà ProjectConfigProperties.OutputPath

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Implementa

IProjectConfigProperties.OutputPath

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProjectConfigProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal