IVSMDDesignerService.GetDesignerLoaderClassForFile(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.
Finds a registered designer loader for the specified file extension.
public:
System::String ^ GetDesignerLoaderClassForFile(System::String ^ pwszFileName);
public:
Platform::String ^ GetDesignerLoaderClassForFile(Platform::String ^ pwszFileName);
std::wstring GetDesignerLoaderClassForFile(std::wstring const & pwszFileName);
public string GetDesignerLoaderClassForFile (string pwszFileName);
abstract member GetDesignerLoaderClassForFile : string -> string
Public Function GetDesignerLoaderClassForFile (pwszFileName As String) As String
Parameters
- pwszFileName
- String
The file name.
Returns
The type name of the designer loader.