IDisplayGraphicsCaptureSession.SetWindowExclusionList Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
unsigned long long SetWindowExclusionList(IIterable<WindowId> ^ excludedWindows);
uint64_t SetWindowExclusionList(IIterable<WindowId> const& excludedWindows);
public ulong SetWindowExclusionList(IEnumerable<WindowId> excludedWindows);
function setWindowExclusionList(excludedWindows)
Public Function SetWindowExclusionList (excludedWindows As IEnumerable(Of WindowId)) As ULong
Parameter
- excludedWindows