C# 클래스 Microsoft.R.Editor.Completion.Documentation.RoxygenBlock

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
TryInsertBlock ( ITextBuffer textBuffer, AstRoot ast, int position ) : bool

Attempts to insert Roxygen documentation block based on the user function signature.

비공개 메소드들

메소드 설명
FindFirstNonEmptyLine ( ITextSnapshot snapshot, int lineNumber ) : ITextSnapshotLine
GenerateRoxygenBlock ( string functionName, IFunctionDefinition fd, string lineBreak ) : string
GetRoxygenBlockPosition ( ITextSnapshot snapshot, int definitionStart ) : Span?

메소드 상세

TryInsertBlock() 공개 정적인 메소드

Attempts to insert Roxygen documentation block based on the user function signature.
public static TryInsertBlock ( ITextBuffer textBuffer, AstRoot ast, int position ) : bool
textBuffer ITextBuffer
ast Microsoft.R.Core.AST.AstRoot
position int
리턴 bool