IWorkspaceContentTypeService.GetDefinedContentTypes(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取已定义内容类型的列表。
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
工作区范围
返回
我们定义的内容类型列表