DrawingAttributes.GetPropertyDataIds 메서드

정의

StrokeCollection과 연결된 사용자 지정 속성의 GUID를 반환합니다.

public:
 cli::array <Guid> ^ GetPropertyDataIds();
public Guid[] GetPropertyDataIds ();
member this.GetPropertyDataIds : unit -> Guid[]
Public Function GetPropertyDataIds () As Guid()

반환

Guid[]

속성 데이터 ID를 나타내는 Guid 형식의 배열입니다.

예제

다음 예제에서 속성 데이터 id를 가져오는 방법을 보여 줍니다는 DrawingAttributes 개체입니다. 이 예에서는 가정를 DrawingAttributes 호출 inkDA 선언 되었습니다.

Guid[] propertyIDs = inkDA.GetPropertyDataIds();
Dim propertyIds() As Guid
propertyIds = inkDA.GetPropertyDataIds()

설명

기본 제공 속성의 Guid를 DrawingAttributes 클래스는 DrawingAttributeIds 클래스입니다.

적용 대상

추가 정보