Partager via


IWSManEx.CreateResourceLocator(String) Method

Definition

CreateResourceLocator method of IWSManEx interface.

[System.Runtime.InteropServices.DispId(5)]
public object CreateResourceLocator (string strResourceLocator);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member CreateResourceLocator : string -> obj
Public Function CreateResourceLocator (strResourceLocator As String) As Object

Parameters

strResourceLocator
String

Returns

Attributes

Remarks

An original IDL definition of CreateResourceLocator method was the following: HRESULT CreateResourceLocator ([optional, defaultvalue(string.Empty)] BSTR strResourceLocator, [out, retval] IDispatch** ReturnValue);

Applies to