IVsExtensibility3.GetDocumentFromDocCookie(Int32, Object) 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.
public:
int GetDocumentFromDocCookie(int lDocCookie, [Runtime::InteropServices::Out] System::Object ^ % ppDoc);
public int GetDocumentFromDocCookie (int lDocCookie, out object ppDoc);
abstract member GetDocumentFromDocCookie : int * obj -> int
Public Function GetDocumentFromDocCookie (lDocCookie As Integer, ByRef ppDoc As Object) As Integer
Parameters
- lDocCookie
- Int32
- ppDoc
- Object