DisplayPath.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 logical view that this path is connected from. All paths residing in the same DisplayView are logically cloned together.
public:
property DisplayView ^ View { DisplayView ^ get(); };
DisplayView View();
public DisplayView View { get; }
var displayView = displayPath.view;
Public ReadOnly Property View As DisplayView
Property Value
A DisplayView value.