IVSMDDesigner::View Property

 

Gets the view for this designer.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

[DispIdAttribute(1610678273)]
property Object^ View {
	Object^ get();
}

Property Value

Type: System::Object^

An object that is typically of type IVsWindowPane or a document object.

This view can be hosted by the shell.

Return to top
Show: