IVsPersistDocData2::LoadDocData Method (String^)
Visual Studio 2015
Loads the document data from a given MkDocument.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pszMkDocument
-
Type:
System::String^
[in] Path to the document file name to be loaded.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsPersistDocData::LoadDocData(String^)From vsshell.idl:
HRESULT IVsPersistDocData2::LoadDocData(
[in] LPCOLESTR pszMkDocument
);
Show: