XmlFormHostItem.GetHostObject(String, String) 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.
protected:
System::Object ^ GetHostObject(System::String ^ primaryType, System::String ^ cookie);
[System.Security.SecurityCritical]
protected object GetHostObject (string primaryType, string cookie);
member this.GetHostObject : string * string -> obj
Protected Function GetHostObject (primaryType As String, cookie As String) As Object
Parameters
- primaryType
- String
- cookie
- String
Returns
Returns Object.
- Attributes