C# 클래스 Microsoft.R.Support.Help.Functions.SignatureInfo

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

공개 메소드들

메소드 설명
GetArgumentIndex ( string argumentName, bool partialMatch ) : int

Given argument name returns index of the argument in the signature. Performs full and then partial matching fof the argument name.

GetSignatureString ( string actualName, List locusPoints = null ) : string

Creates formatted signature that is presented to the user during function parameter completion. Optionally provides locus points (locations withing the string) for each function parameter.

SignatureInfo ( string functionName ) : System

메소드 상세

GetArgumentIndex() 공개 메소드

Given argument name returns index of the argument in the signature. Performs full and then partial matching fof the argument name.
public GetArgumentIndex ( string argumentName, bool partialMatch ) : int
argumentName string Name of the argument
partialMatch bool /// If true, partial match will be performed /// if exact match is not found ///
리턴 int

GetSignatureString() 공개 메소드

Creates formatted signature that is presented to the user during function parameter completion. Optionally provides locus points (locations withing the string) for each function parameter.
public GetSignatureString ( string actualName, List locusPoints = null ) : string
actualName string
locusPoints List
리턴 string

SignatureInfo() 공개 메소드

public SignatureInfo ( string functionName ) : System
functionName string
리턴 System