Skip to content

Latest commit

 

History

History
92 lines (46 loc) · 2.09 KB

PyIDebugDocumentHost.md

File metadata and controls

92 lines (46 loc) · 2.09 KB

PyIDebugDocumentHost

PyIDebugDocumentHost Object

Description of the interface

Methods

PyIDebugDocumentHost.GetDeferredText

GetDeferredText(dwTextStartCookie, cMaxChars) Description of GetDeferredText.

Parameters

  • dwTextStartCookie : int

    Description for dwTextStartCookie

  • cMaxChars : int

    Description for cMaxChars

GetFileName() Description of GetFileName.

GetPathName() Description of GetPathName.

PyIDebugDocumentHost.GetScriptTextAttributes

GetScriptTextAttributes(pstrCode, pstrDelimiter, dwFlags) Description of GetScriptTextAttributes.

Parameters

  • pstrCode : unicode

    Description for pstrCode

  • pstrDelimiter : unicode

    Description for pstrDelimiter

  • dwFlags : int

    Description for dwFlags

PyIDebugDocumentHost.NotifyChanged

NotifyChanged() Description of NotifyChanged.

PyIDebugDocumentHost.OnCreateDocumentContext

OnCreateDocumentContext() Description of OnCreateDocumentContext.