DisplaySource.AdapterId Property
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 ID associated with this DisplaySource.
public:
property DisplayAdapterId AdapterId { DisplayAdapterId get(); };
DisplayAdapterId AdapterId();
public DisplayAdapterId AdapterId { get; }
var displayAdapterId = displaySource.adapterId;
Public ReadOnly Property AdapterId As DisplayAdapterId
A DisplayAdapterId containing the adapter ID associated with this source.