SelectInterfaceGroups class
Representa a implementação da interface do usuário para selecionar uma interface de destino quando a Web Part de destino possui várias interfaces compatíveis. Esse tipo oferece suporte a Microsoft SharePoint Foundation e não se destina a ser usado diretamente em seu código.
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
'Declaração
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class SelectInterfaceGroups _
Inherits Control
'Uso
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.