Partilhar via


Propriedade VCManifestTool.ComponentFileName

Define ou obtém o nome do arquivo de componente para uma dll de COM isolado.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
A seqüência de caracteres que contém o nome da dll COM isolado.

Segurança do .NET Framework

Consulte também

Referência

VCManifestTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine