DrawingAttributes.GetPropertyDataIds メソッド

定義

StrokeCollectionに関連付けられているカスタム プロパティの GUID を返します。

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

返品

Guid[]

プロパティ データ識別子を表す Guid 型の配列。

次の例では、 DrawingAttributes オブジェクトからプロパティ データ識別子を取得する方法を示します。 この例では、DrawingAttributes と呼ばれるinkDAが宣言されていることを前提としています。

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

注釈

DrawingAttributes クラスの組み込みプロパティの GUID は、DrawingAttributeIds クラスにあります。

適用対象

こちらもご覧ください