Proprietà IProjectConfigProperties.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
Property OutputPath As String
    Get
    Set
string OutputPath { get; set; }
property String^ OutputPath {
    String^ get ();
    void set (String^ value);
}
abstract OutputPath : string with get, set
function get OutputPath () : String
function set OutputPath (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProjectConfigProperties Interfaccia

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