IWSManResourceLocator.ClearSelectors 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.
ClearSelectors
method of IWSManResourceLocator
interface.
Clear all selectors
[System.Runtime.InteropServices.DispId(3)]
public void ClearSelectors ();
[<System.Runtime.InteropServices.DispId(3)>]
abstract member ClearSelectors : unit -> unit
Public Sub ClearSelectors ()
- Attributes
Remarks
An original IDL definition of ClearSelectors
method was the following: HRESULT ClearSelectors (void)
;