DisplayView.SetPrimaryPath(DisplayPath) 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.
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.