ProjectConfigurationProperties.StartWithIE, propriété
Ce membre fournit un accès interne uniquement aux propriétés de fichier. Pour plus d'informations, consultez Accès aux propriétés de projet, d'élément de projet et de configuration spécifiques au type de projet.
Espace de noms: VSLangProj
Assembly : VSLangProj (dans vslangproj.dll)
Syntaxe
'Déclaration
Property StartWithIE As Boolean
'Utilisation
Dim instance As ProjectConfigurationProperties
Dim value As Boolean
value = instance.StartWithIE
instance.StartWithIE = value
bool StartWithIE { get; set; }
property bool StartWithIE {
bool get ();
void set ([InAttribute] bool pbStartWithIE);
}
/** @property */
boolean get_StartWithIE ()
/** @property */
void set_StartWithIE (/** @attribute InAttribute() */ boolean pbStartWithIE)
function get StartWithIE () : boolean
function set StartWithIE (pbStartWithIE : boolean)
Notes
Les composants externes peuvent accéder à ces propriétés via la collection Properties pour l'objet Automation Visual Studio approprié. (En d'autres termes, ProjectItem pour les fichiers et les dossiers du projet, Project pour les projets et Configuration pour les configurations). Les noms de propriétés pour les membres de ce type peuvent être utilisés comme indexeur dans la collection Properties. Pour plus d'informations sur l'accès aux propriétés de projet via l'automation, consultez Accès aux propriétés de projet, d'élément de projet et de configuration spécifiques au type de projet.
Voir aussi
Référence
ProjectConfigurationProperties, interface
Membres ProjectConfigurationProperties
VSLangProj, espace de noms