SPDocumentConverterCollection.SortedList 方法 (Boolean)

返回排序的ArrayList ,在 Web 应用程序中可用的文档转换器。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Function SortedList ( _
    fForUI As Boolean _
) As ArrayList
用法
Dim instance As SPDocumentConverterCollection
Dim fForUI As Boolean
Dim returnValue As ArrayList

returnValue = instance.SortedList(fForUI)
public ArrayList SortedList(
    bool fForUI
)

参数

  • fForUI
    类型:System.Boolean

    true指定的文档转换器会显示在用户界面中 ;否则为false。

返回值

类型:System.Collections.ArrayList
System.Collections.ArrayList对象,该对象代表了文档的转换器。

另请参阅

引用

SPDocumentConverterCollection 类

SPDocumentConverterCollection 成员

SortedList 重载

Microsoft.SharePoint.Administration 命名空间