C# 클래스 Microsoft.Languages.Editor.DragDrop.DataObjectExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetFlags ( this dataObject ) : DataObjectFlags
GetProjectItems ( this data ) : IEnumerable
IsProjectItems ( this data ) : bool
TextFromAnsi ( this dataObject ) : string
TextFromUnicode ( this dataObject ) : string

메소드 상세

GetFlags() 공개 정적인 메소드

public static GetFlags ( this dataObject ) : DataObjectFlags
dataObject this
리턴 DataObjectFlags

GetProjectItems() 공개 정적인 메소드

public static GetProjectItems ( this data ) : IEnumerable
data this
리턴 IEnumerable

IsProjectItems() 공개 정적인 메소드

public static IsProjectItems ( this data ) : bool
data this
리턴 bool

TextFromAnsi() 공개 정적인 메소드

public static TextFromAnsi ( this dataObject ) : string
dataObject this
리턴 string

TextFromUnicode() 공개 정적인 메소드

public static TextFromUnicode ( this dataObject ) : string
dataObject this
리턴 string