다음을 통해 공유


CustomToolPaneManager.GalleryOptions property

Gets the gallery options of a custom tool pane manager.

Namespace:  Microsoft.SharePoint.Meetings
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property GalleryOptions As String
    Get
'Usage
Dim instance As CustomToolPaneManager
Dim value As String

value = instance.GalleryOptions
public string GalleryOptions { get; }

Property value

Type: System.String
A string that contains the gallery options of a custom tool pane manager.

See also

Reference

CustomToolPaneManager class

CustomToolPaneManager members

Microsoft.SharePoint.Meetings namespace