FolderProperties2.UrlBehavior Propriété

Définition

Ce membre fournit un accès interne uniquement aux propriétés de dossier. 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.

public:
 property VSLangProj::webrefUrlBehavior UrlBehavior { VSLangProj::webrefUrlBehavior get(); void set(VSLangProj::webrefUrlBehavior value); };
public:
 property VSLangProj::webrefUrlBehavior UrlBehavior { VSLangProj::webrefUrlBehavior get(); void set(VSLangProj::webrefUrlBehavior value); };
[System.Runtime.InteropServices.DispId(10)]
public VSLangProj.webrefUrlBehavior UrlBehavior { [System.Runtime.InteropServices.DispId(10)] get; [System.Runtime.InteropServices.DispId(10)] set; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
[<set: System.Runtime.InteropServices.DispId(10)>]
member this.UrlBehavior : VSLangProj.webrefUrlBehavior with get, set
Public Property UrlBehavior As webrefUrlBehavior

Valeur de propriété

webrefUrlBehavior

Implémente

Attributs

Remarques

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). Ce nom de membre peut être utilisé comme indexeur dans la collection Properties. Pour plus d’informations sur l’accès aux propriétés de projet via Automation, consultez accès aux propriétés de projet, d’élément de projet et de configuration spécifiques au type de projet.

S’applique à