DisplayTarget.Adapter 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 adapter that enumerates this DisplayTarget.
public:
property DisplayAdapter ^ Adapter { DisplayAdapter ^ get(); };
DisplayAdapter Adapter();
public DisplayAdapter Adapter { get; }
var displayAdapter = displayTarget.adapter;
Public ReadOnly Property Adapter As DisplayAdapter
Property Value
The DisplayAdapter that enumerates this DisplayTarget.