Compartir a través de


ProjectConfigProperties.OutputPath (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Implementaciones

IProjectConfigProperties.OutputPath

Seguridad de .NET Framework

Vea también

Referencia

ProjectConfigProperties Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)