DrawingAttributes.GetPropertyDataIds メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
StrokeCollectionに関連付けられているカスタム プロパティの GUID を返します。
public:
cli::array <Guid> ^ GetPropertyDataIds();
public Guid[] GetPropertyDataIds();
member this.GetPropertyDataIds : unit -> Guid[]
Public Function GetPropertyDataIds () As Guid()
返品
プロパティ データ識別子を表す Guid 型の配列。
例
次の例では、 DrawingAttributes オブジェクトからプロパティ データ識別子を取得する方法を示します。 この例では、DrawingAttributes と呼ばれるinkDAが宣言されていることを前提としています。
Guid[] propertyIDs = inkDA.GetPropertyDataIds();
Dim propertyIds() As Guid
propertyIds = inkDA.GetPropertyDataIds()
注釈
DrawingAttributes クラスの組み込みプロパティの GUID は、DrawingAttributeIds クラスにあります。