IVsProjectSpecificEditorMap2::GetSpecificEditorType Method (String^, Guid)

 

Specifies which editor should be used to load the specified file.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetSpecificEditorType(
	String^ pszMkDocument,
	[OutAttribute] Guid% pguidEditorType
)

Parameters

pszMkDocument
Type: System::String^

[in] String form of the unique moniker identifier of the document in the project system.

pguidEditorType
Type: System::Guid

[out, retval] GUID of the editor factory that should be used to instantiate an editor for the file.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsProjectSpecificEditorMap2::GetSpecificEditorType(
   [in] LPCOLESTR pszMkDocument,
   [out, retval] GUID *pguidEditorType
);
Return to top
Show: