Condividi tramite


Proprietà VCRuntimeProperty.PropertyPageName

Imposta o ottiene la pagina delle proprietà per la proprietà.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
Property PropertyPageName As String
string PropertyPageName { get; set; }
property String^ PropertyPageName {
    String^ get ();
    void set (String^ value);
}
abstract PropertyPageName : string with get, set
function get PropertyPageName () : String
function set PropertyPageName (value : String)

Valore proprietà

Tipo: System.String
Stringa contenente la pagina delle proprietà in cui VCRuntimeProperty la proprietà può essere impostata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCRuntimeProperty Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine