C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.MarkersHelper

Supply help functions for manipulate Markers.
상속: EnumHelper
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
IsEndMarker ( Markers marker ) : bool

Indicate whether a Markers is an end marker.

IsEndMarker ( MetaProperties marker ) : bool

Indicate whether a MetaProperties is an end marker.

IsEndMarker ( uint marker ) : bool

Indicate whether a value is an end marker.

IsEndMarkerExceptEcWarning ( uint marker ) : bool

Indicate whether a value is an end marker.

메소드 상세

IsEndMarker() 공개 정적인 메소드

Indicate whether a Markers is an end marker.
public static IsEndMarker ( Markers marker ) : bool
marker Markers The Markers.
리턴 bool

IsEndMarker() 공개 정적인 메소드

Indicate whether a MetaProperties is an end marker.
public static IsEndMarker ( MetaProperties marker ) : bool
marker MetaProperties The Markers.
리턴 bool

IsEndMarker() 공개 정적인 메소드

Indicate whether a value is an end marker.
public static IsEndMarker ( uint marker ) : bool
marker uint A uint value.
리턴 bool

IsEndMarkerExceptEcWarning() 공개 정적인 메소드

Indicate whether a value is an end marker.
public static IsEndMarkerExceptEcWarning ( uint marker ) : bool
marker uint A uint value.
리턴 bool