C# 클래스 PredictiveCodeSuggestions.LiveTemplates.LiveTemplateManager

Defines the LiveTemplateManager class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 메소드들

메소드 설명
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