IVSMDDesignerService::GetDesignerLoaderClassForFile Method (String^)

 

Finds a registered designer loader for the specified file extension.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

String^ GetDesignerLoaderClassForFile(
	String^ pwszFileName
)

Parameters

pwszFileName
Type: System::String^

The file name.

Return Value

Type: System::String^

The type name of the designer loader.

The designer loader registry entry must be under the Languages subkey of the registry and is a REG_SZ value with the name "DesignerLoaderClass".

Return to top
Show: