IVsTextViewEx.GetWindowFrame(Object) Method

Definition

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  
);  

Applies to