Partager via


VCManifestTool.ComponentFileName, propriété

Définit ou obtient le nom de fichier composant pour une DLL COM isolée.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Chaîne contenant le nom d'une DLL COM isolée.

Sécurité .NET Framework

Voir aussi

Référence

VCManifestTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms