public void SetParameter(
string name,
string value
)
Public Sub SetParameter (
name As String,
value As String
)
public:
void SetParameter(
String^ name,
String^ value
)
member SetParameter :
name : string *
value : string -> unit
ArgumentNullException | name is null. -or- value is null. |
HeifException | A LibHeif error occurred. -or- Unable to convert the parameter to the correct type. |
ObjectDisposedException | The object has been disposed. |