IVsWindowFrameEvents.OnFrameCreated(IVsWindowFrame) Methode

Definition

Wird aufgerufen, wenn ein neues IVsWindowFrame erstellt wird.

public:
 void OnFrameCreated(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ frame);
public:
 void OnFrameCreated(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ frame);
void OnFrameCreated(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & frame);
public void OnFrameCreated (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame frame);
abstract member OnFrameCreated : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame -> unit
Public Sub OnFrameCreated (frame As IVsWindowFrame)

Parameter

frame
IVsWindowFrame

Der Rahmen.

Gilt für