IVsPersistDocData2.LoadDocData(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.
Loads the document data from a given MkDocument
.
public:
int LoadDocData(System::String ^ pszMkDocument);
public:
int LoadDocData(Platform::String ^ pszMkDocument);
int LoadDocData(std::wstring const & pszMkDocument);
public int LoadDocData (string pszMkDocument);
abstract member LoadDocData : string -> int
Public Function LoadDocData (pszMkDocument As String) As Integer
Parameters
- pszMkDocument
- String
[in] Path to the document file name to be loaded.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsPersistDocData2::LoadDocData(
[in] LPCOLESTR pszMkDocument
);