Compartir a través de


VCProject.SccAuxPath (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property SccAuxPath As String
string SccAuxPath { get; set; }
property String^ SccAuxPath {
    String^ get ();
    void set (String^ value);
}
abstract SccAuxPath : string with get, set
function get SccAuxPath () : String 
function set SccAuxPath (value : String)

Valor de propiedad

Tipo: String
Una cadena.

Seguridad de .NET Framework

Vea también

Referencia

VCProject Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)