Partilhar via


Propriedade VCRuntimeProperty.PropertyPageName

Define ou obtém a página de propriedades para a propriedade.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
Seqüência de caracteres contendo a página de propriedades onde o VCRuntimeProperty propriedade pode ser definida.

Segurança do .NET Framework

Consulte também

Referência

VCRuntimeProperty Interface

Namespace Microsoft.VisualStudio.VCProjectEngine