C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCPERM.AttachMethod

The value of this property is the attach method
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
InputValue ( byte rawData, int &count ) : IPropertyInterface

Input the value from rawData to structure

OutputValue ( IPropertyInterface list ) : object

Output the value saved in the IPropertyInterface structure

메소드 상세

InputValue() 공개 메소드

Input the value from rawData to structure
public InputValue ( byte rawData, int &count ) : IPropertyInterface
rawData byte The byte array returned from the GetLists
count int The count point to the current digit
리턴 IPropertyInterface

OutputValue() 공개 메소드

Output the value saved in the IPropertyInterface structure
public OutputValue ( IPropertyInterface list ) : object
list IPropertyInterface The list from the input
리턴 object