IEEHostServices.GetHostValue(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 GetHostValue(System::String ^ valueCatagory, System::String ^ valueKind, [Runtime::InteropServices::Out] System::Object ^ % result);
public int GetHostValue(string valueCatagory, string valueKind, out object result);
abstract member GetHostValue : string * string * obj -> int
Public Function GetHostValue (valueCatagory As String, valueKind As String, ByRef result As Object) As Integer
Parameters
- valueCatagory
- String
- valueKind
- String
- result
- Object