C# Класс PredictiveCodeSuggestions.LiveTemplates.LiveTemplateManager

Defines the LiveTemplateManager class.
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateLiveTemplate ( string key, string description, string text ) : void

Creates the live template.

ExecuteLiveTemplate ( [ context, [ liveTemplate, [ variables ) : void

Gets the live templates.

Приватные методы

Метод Описание
GetLiveTemplates ( [ context, [ scope ) : IEnumerable

Описание методов

CreateLiveTemplate() публичный статический Метод

Creates the live template.
public static CreateLiveTemplate ( string key, string description, string text ) : void
key string The key.
description string The description.
text string The text.
Результат void

ExecuteLiveTemplate() публичный статический Метод

Gets the live templates.
public static ExecuteLiveTemplate ( [ context, [ liveTemplate, [ variables ) : void
context [ The context.
liveTemplate [ The live template.
variables [ The variables.
Результат void