ManagedForEachEnumeratorWrapper.GetSite(Guid, 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.
Gets the site for the enumerator wrapper.
public:
virtual int GetSite(Guid % riid, [Runtime::InteropServices::Out] System::Object ^ % ppvSite);
public int GetSite (ref Guid riid, out object ppvSite);
abstract member GetSite : Guid * obj -> int
override this.GetSite : Guid * obj -> int
Public Function GetSite (ByRef riid As Guid, ByRef ppvSite As Object) As Integer
Parameters
- riid
- Guid
The identifier.
- ppvSite
- Object
The site.
Returns
The site.