ContentSiteView.EnvironmentView 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 Microsoft.UI.Content.ContentSiteEnvironmentView for this ContentSiteView.
public:
property ContentSiteEnvironmentView ^ EnvironmentView { ContentSiteEnvironmentView ^ get(); };
ContentSiteEnvironmentView EnvironmentView();
public ContentSiteEnvironmentView EnvironmentView { get; }
var contentSiteEnvironmentView = contentSiteView.environmentView;
Public ReadOnly Property EnvironmentView As ContentSiteEnvironmentView
Property Value
The Microsoft.UI.Content.ContentSiteEnvironmentView for this ContentSiteView.