IVsTextViewEx.GetWindowFrame(Object) 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 window frame.
public:
int GetWindowFrame([Runtime::InteropServices::Out] System::Object ^ % ppFrame);
int GetWindowFrame([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppFrame);
public int GetWindowFrame (out object ppFrame);
abstract member GetWindowFrame : obj -> int
Public Function GetWindowFrame (ByRef ppFrame As Object) As Integer
Parameters
- ppFrame
- Object
[out] The window frame.
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::GetWindowFrame(
[out]IUnknown ** ppFrame
);