共用方式為


SelectInterfaceGroups class

表示使用者介面的目標網頁組件擁有多個相容的介面時,請選取目標介面的實作。這個型別支援Microsoft SharePoint Foundation ,並不適合直接從您的程式碼使用。

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.

請參閱

參照

SelectInterfaceGroups members

Microsoft.SharePoint.WebPartPages.Communication namespace