IWorkspaceContentTypeService.GetContetTypeProperties(String, String) Method

Definition

Get properties associated with this content type

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);
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

Parameters

contentType
String

the content type id

scope
String

the workspace scope

Returns

IWorkspaceSettings

the settings defining this content type

Applies to