DisplayState.GetViewForTarget(DisplayTarget) Method
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.
Retrieves a DisplayView object representing the view to which the target is connected.
public:
virtual DisplayView ^ GetViewForTarget(DisplayTarget ^ target) = GetViewForTarget;
DisplayView GetViewForTarget(DisplayTarget const& target);
public DisplayView GetViewForTarget(DisplayTarget target);
function getViewForTarget(target)
Public Function GetViewForTarget (target As DisplayTarget) As DisplayView
Parameters
- target
- DisplayTarget
A DisplayTarget object.
Returns
A DisplayView object representing the view to which the target is connected.