IWorkspaceContentTypeService.GetContetTypeProperties(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
the settings defining this content type