C# 클래스 Microsoft.R.Components.History.Implementation.RHistoryEntries.Entry

상속: IRHistoryEntry, IDisposable
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
Dispose ( ) : void
Entry ( RHistoryEntries owner, long index, ITrackingSpan entrySpan, ITrackingSpan span ) : System
MarkSelected ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Entry() 공개 메소드

public Entry ( RHistoryEntries owner, long index, ITrackingSpan entrySpan, ITrackingSpan span ) : System
owner RHistoryEntries
index long
entrySpan ITrackingSpan
span ITrackingSpan
리턴 System

MarkSelected() 공개 메소드

public MarkSelected ( ) : void
리턴 void