Gets a component site for the given component.
[Visual Basic] Protected Shared Function GetSite( _ ByVal component As Object _ ) As ISite [C#] protected static ISite GetSite( object component ); [C++] protected: static ISite* GetSite( Object* component ); [JScript] protected static function GetSite( component : Object ) : ISite;
The site of the component, or a null reference (in Visual Basic Nothing) if a site does not exist.
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace