IVSMDDesigner.View Property
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 view for this designer.
public:
property System::Object ^ View { System::Object ^ get(); };
public:
property Platform::Object ^ View { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610678273)]
public object View { get; }
public object View { get; }
[<System.Runtime.InteropServices.DispId(1610678273)>]
member this.View : obj
member this.View : obj
Public ReadOnly Property View As Object
Property Value
An object that is typically of type IVsWindowPane or a document object.
- Attributes