Compartilhar via


Propriedade VCPropertySheet.PropertySheetFile

Define ou obtém o caminho completo para o arquivo de folha de propriedades.Inclui o nome do arquivo.

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

Sintaxe

'Declaração
Property PropertySheetFile As String
string PropertySheetFile { get; set; }
property String^ PropertySheetFile {
    String^ get ();
    void set (String^ value);
}
abstract PropertySheetFile : string with get, set
function get PropertySheetFile () : String
function set PropertySheetFile (value : String)

Valor de propriedade

Tipo: System.String
A seqüência de caracteres que contém o caminho completo para a folha de propriedades.

Segurança do .NET Framework

Consulte também

Referência

VCPropertySheet Interface

Namespace Microsoft.VisualStudio.VCProjectEngine