SelectInterfaceGroups Class
Represents the implementation for the user interface for selecting a target interface when the target Web Part has multiple compatible interfaces. This type supports Microsoft Windows SharePoint Services and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebPartPages.Communication.SelectInterfaceGroups
Namespace: Microsoft.SharePoint.WebPartPages.Communication
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class SelectInterfaceGroups _
Inherits Control
Dim instance As SelectInterfaceGroups
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class SelectInterfaceGroups : Control
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.