IVSMDDesignerService::GetDesignerLoaderClassForFile Method (String^)
Visual Studio 2015
Finds a registered designer loader for the specified file extension.
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Parameters
- pwszFileName
-
Type:
System::String^
The file name.
The designer loader registry entry must be under the Languages subkey of the registry and is a REG_SZ value with the name "DesignerLoaderClass".
Show: