WebSettings.AuthoringAccess 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置新项目的 Web 访问方法。
public:
property VSLangProj::webPrjAuthoringAccess AuthoringAccess { VSLangProj::webPrjAuthoringAccess get(); void set(VSLangProj::webPrjAuthoringAccess value); };
public:
property VSLangProj::webPrjAuthoringAccess AuthoringAccess { VSLangProj::webPrjAuthoringAccess get(); void set(VSLangProj::webPrjAuthoringAccess value); };
[System.Runtime.InteropServices.ComAliasName("VSLangProj.webPrjAuthoringAccess")]
[System.Runtime.InteropServices.DispId(1)]
public VSLangProj.webPrjAuthoringAccess AuthoringAccess { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.ComAliasName("VSLangProj.webPrjAuthoringAccess")>]
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.AuthoringAccess : VSLangProj.webPrjAuthoringAccess with get, set
Public Property AuthoringAccess As webPrjAuthoringAccess
属性值
一个 webPrjAuthoringAccess 值。
- 属性
注解
可以通过两种方式访问 Web 项目:
使用 FrontPage 服务器扩展。
使用 UNC access (Windows 文件系统) ,也称为文件共享访问。
创建项目后,使用属性更改其 Web 访问方法 WebAccessMethod 。