次の方法で共有


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 示します。 この例では、呼び出しinkDADrawingAttributes宣言されていることを前提としています。

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

注釈

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

適用対象

こちらもご覧ください