DisplayView.SetPrimaryPath(DisplayPath) Method

Definition

Sets a path in this view to be the "primary clone path" in the view, which causes clone-unaware apps to see the refresh rate and target properties of this path by default.

public:
 virtual void SetPrimaryPath(DisplayPath ^ path) = SetPrimaryPath;
void SetPrimaryPath(DisplayPath const& path);
public void SetPrimaryPath(DisplayPath path);
function setPrimaryPath(path)
Public Sub SetPrimaryPath (path As DisplayPath)

Parameters

path
DisplayPath

A path that is already present in this DisplayView.

Applies to