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 SharePoint Foundation 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

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class SelectInterfaceGroups _
    Inherits Control
'Usage
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.

See also

Reference

SelectInterfaceGroups members

Microsoft.SharePoint.WebPartPages.Communication namespace