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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.