IHostItemProvider.SetHostObjectOnExtender(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:
void SetHostObjectOnExtender(System::String ^ primaryType, System::String ^ extenderCookie, System::Object ^ primaryHostObject);
public void SetHostObjectOnExtender (string primaryType, string extenderCookie, object primaryHostObject);
abstract member SetHostObjectOnExtender : string * string * obj -> unit
Public Sub SetHostObjectOnExtender (primaryType As String, extenderCookie As String, primaryHostObject As Object)
Parameters
- primaryType
- String
- extenderCookie
- String
- primaryHostObject
- Object