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