IWorkspaceContentTypeService.GetDefinedContentTypes(String) 方法

定义

获取已定义内容类型的列表。

public System.Collections.Generic.IReadOnlyCollection<string> GetDefinedContentTypes (string scope = default);
abstract member GetDefinedContentTypes : string -> System.Collections.Generic.IReadOnlyCollection<string>
Public Function GetDefinedContentTypes (Optional scope As String = Nothing) As IReadOnlyCollection(Of String)

参数

scope
String

工作区范围

返回

IReadOnlyCollection<String>

我们定义的内容类型列表

适用于