IVsTextViewEx.GetSmartTagRect(RECT[]) 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.
Gets the smart tag bounding rectangle.
public:
int GetSmartTagRect(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ rcSmartTag);
public:
int GetSmartTagRect(Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ rcSmartTag);
int GetSmartTagRect(std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & rcSmartTag);
public int GetSmartTagRect (Microsoft.VisualStudio.OLE.Interop.RECT[] rcSmartTag);
abstract member GetSmartTagRect : Microsoft.VisualStudio.OLE.Interop.RECT[] -> int
Public Function GetSmartTagRect (rcSmartTag As RECT()) As Integer
Parameters
- rcSmartTag
- RECT[]
[out] The smart tag.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr2.idl:
HRESULT IVsTextViewEx::GetSmartTagRect(
[out]RECT *rcSmartTag
);