FolderProperties2.UrlBehavior 属性

定义

此成员提供对文件夹属性的仅限内部访问权限。 有关详细信息,请参阅访问项目类型特定项目、项目项和配置属性。

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

属性值

webrefUrlBehavior

实现

属性

注解

外部组件可以通过 Properties 相应 Visual Studio 自动化对象的集合来访问这些属性。 (即, ProjectItem 对于项目文件和文件夹、项目以及 Project Configuration 配置) 。 此成员名称名称可用作集合中的索引器 Properties 。 有关通过自动化访问项目属性的详细信息,请参阅 访问项目类型特定项目、项目项和配置属性

适用于