IWorkspaceContentTypeService.GetContetTypeProperties(String, String) 方法

定义

获取与此内容类型关联的属性

Microsoft::VisualStudio::Workspace::Settings::IWorkspaceSettings GetContetTypeProperties(std::wstring const & contentType, std::wstring const & scope = null);
public Microsoft.VisualStudio.Workspace.Settings.IWorkspaceSettings GetContetTypeProperties (string contentType, string scope = default);
abstract member GetContetTypeProperties : string * string -> Microsoft.VisualStudio.Workspace.Settings.IWorkspaceSettings
Public Function GetContetTypeProperties (contentType As String, Optional scope As String = Nothing) As IWorkspaceSettings

参数

contentType
String

内容类型 id

scope
String

工作区范围

返回

IWorkspaceSettings

定义此内容类型的设置

适用于