Share via


IRuntimeFilter2.GetToolPaneControl Method

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Function GetToolPaneControl As IToolPaneControl
'Usage
Dim instance As IRuntimeFilter2
Dim returnValue As IToolPaneControl

returnValue = instance.GetToolPaneControl()
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
IToolPaneControl GetToolPaneControl()

Return Value

Type: Microsoft.SharePoint.WebPartPages.IToolPaneControl

See Also

Reference

IRuntimeFilter2 Interface

IRuntimeFilter2 Members

Microsoft.SharePoint.WebPartPages Namespace