Udostępnij za pośrednictwem


Metoda IVsExtensibility.GetDocumentFromDocCookie —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
Function GetDocumentFromDocCookie ( _
    lDocCookie As Integer _
) As Document
Document GetDocumentFromDocCookie(
    int lDocCookie
)
Document^ GetDocumentFromDocCookie(
    int lDocCookie
)
abstract GetDocumentFromDocCookie : 
        lDocCookie:int -> Document
function GetDocumentFromDocCookie(
    lDocCookie : int
) : Document

Parametry

  • lDocCookie
    Typ: Int32

    Plik cookie doc.

Wartość zwracana

Typ: EnvDTE.Document
Dokument.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IVsExtensibility Interfejs

Przestrzeń nazw EnvDTE