UITechnologyManagerProxy.ParseQueryId(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:
override System::String ^ ParseQueryId(System::String ^ queryElement, [Runtime::InteropServices::Out] System::Object ^ % parsedQueryIdCookie);
public override string ParseQueryId (string queryElement, out object parsedQueryIdCookie);
override this.ParseQueryId : string * obj -> string
Public Overrides Function ParseQueryId (queryElement As String, ByRef parsedQueryIdCookie As Object) As String
Parameters
- queryElement
- String
- parsedQueryIdCookie
- Object