ViewHandler.ContainerView 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 that acts as a container for the PlatformView.
public:
property System::Object ^ ContainerView { System::Object ^ get(); };
public object? ContainerView { get; }
member this.ContainerView : obj
Public ReadOnly Property ContainerView As Object
Property Value
Remarks
Note that this can be null
. Especially when HasContainer is set to false
this value might not be set.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.