IVsIntellisenseHost.GetSmartTagRect(RECT[]) Method

Definition

Returns the smart tag window.

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] Returns the smart tag rectangle.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

C++

From singlefileeditor.idl:

HRESULT IVsIntellisenseHost::GetSmartTagRect([out]RECT *rcSmartTag);

Applies to