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

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

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

Метод Описание
CanExecute ( DataContext context, string>.[ parameters ) : bool

Determines whether this instance can execute the specified context.

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

Метод Описание
GetShortcut ( string>.[ parameters ) : string

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

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

Determines whether this instance can execute the specified context.
public abstract CanExecute ( DataContext context, string>.[ parameters ) : bool
context DataContext The context.
parameters string>.[ The parameters.
Результат bool