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