SPView.OpenApplicationExtension 属性
获取或设置应用程序以用于编辑视图的类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property OpenApplicationExtension As String
Get
Set
用法
Dim instance As SPView
Dim value As String
value = instance.OpenApplicationExtension
instance.OpenApplicationExtension = value
public string OpenApplicationExtension { get; set; }
属性值
类型:System.String
应用程序将用于编辑视图的类型。
备注
用户可以查找指定的文件扩展名,首选应用程序,并使用该应用程序来编辑该视图。如果未指定此属性,服务器提供的默认用户界面,若要编辑视图。