IWSManResourceLocator.AddSelector(String, Object) 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.
AddSelector
method of IWSManResourceLocator
interface.
Add selector to resource locator
[System.Runtime.InteropServices.DispId(2)]
public void AddSelector (string resourceSelName, object selValue);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member AddSelector : string * obj -> unit
Public Sub AddSelector (resourceSelName As String, selValue As Object)
Parameters
- resourceSelName
- String
- selValue
- Object
- Attributes
Remarks
An original IDL definition of AddSelector
method was the following: HRESULT AddSelector (BSTR resourceSelName, VARIANT selValue)
;