C# 클래스 InTheHand.ApplicationModel.DataTransfer.DataProviderRequest

An object of this type is passed to the DataProviderHandler delegate.
파일 보기 프로젝트 열기: inthehand/Charming 1 사용 예제들

공개 메소드들

메소드 설명
SetData ( object value ) : void

Sets the content of the DataPackage to be shared with a target app.

비공개 메소드들

메소드 설명
DataProviderRequest ( DataPackage package, string formatId )

메소드 상세

SetData() 공개 메소드

Sets the content of the DataPackage to be shared with a target app.
public SetData ( object value ) : void
value object The object associated with a particular format in the DataPackage.
리턴 void