IEEHostServices.SetHostValue(String, 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.
public:
int SetHostValue(System::String ^ valueCatagory, System::String ^ valueKind, System::Object ^ newValue);
public int SetHostValue(string valueCatagory, string valueKind, object newValue);
abstract member SetHostValue : string * string * obj -> int
Public Function SetHostValue (valueCatagory As String, valueKind As String, newValue As Object) As Integer
Parameters
- valueCatagory
- String
- valueKind
- String
- newValue
- Object