Метод IEditorSettings.GetCustomOptions
Приведенные ниже сведения относятся к верс.2
Получает все настраиваемые параметры.
Пространство имен: Microsoft.WebMatrix.Extensibility.Editor
Сборка: Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)
Синтаксис
'Декларация
Function GetCustomOptions As IEnumerable(Of String)
'Применение
Dim instance As IEditorSettings
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetCustomOptions()
IEnumerable<string> GetCustomOptions()
IEnumerable<String^>^ GetCustomOptions()
abstract GetCustomOptions : unit -> IEnumerable<string>
function GetCustomOptions() : IEnumerable<String>
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<String>
Перечисляемый объект, представляющий все настраиваемые параметры.