IDirListSite.SetSite(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.
Sets the site, the container for the directory list.
public:
int SetSite(System::Object ^ __MIDL_0011);
public:
int SetSite(Platform::Object ^ __MIDL_0011);
int SetSite(winrt::Windows::Foundation::IInspectable const & __MIDL_0011);
public int SetSite (object __MIDL_0011);
abstract member SetSite : obj -> int
Public Function SetSite (__MIDL_0011 As Object) As Integer
Parameters
- __MIDL_0011
- Object
Pointer to the IUnknown
interface of the object containing the directory list.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.