IVsENCRebuildableProjectCfg2.GetCurrentActiveStatementPosition 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 GetCurrentActiveStatementPosition(System::UInt32 id, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ptsNewPosition);
public:
int GetCurrentActiveStatementPosition(unsigned int id, Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ptsNewPosition);
int GetCurrentActiveStatementPosition(unsigned int id, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & ptsNewPosition);
public int GetCurrentActiveStatementPosition (uint id, Microsoft.VisualStudio.TextManager.Interop.TextSpan[] ptsNewPosition);
abstract member GetCurrentActiveStatementPosition : uint32 * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Function GetCurrentActiveStatementPosition (id As UInteger, ptsNewPosition As TextSpan()) As Integer
Parameters
- id
- UInt32
- ptsNewPosition
- TextSpan[]