IVsPersistDocData3.HandsOnDocDataStorage 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.
Enables the data document to place locks on its storage.
public:
int HandsOnDocDataStorage();
public:
int HandsOnDocDataStorage();
int HandsOnDocDataStorage();
public int HandsOnDocDataStorage ();
abstract member HandsOnDocDataStorage : unit -> int
Public Function HandsOnDocDataStorage () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method is called if the storage is unmodified since the call to HandsOffDocDataStorage, or if the reload is not safe because the in-memory data document is dirty.
COM Signature
From vsshell80.idl:
HRESULT IVsPersistDocData3::HandsOnDocDataStorage();