次の方法で共有


ExtendedProperties クラス

アプリケーション定義のデータを含む ExtendedProperty オブジェクトのコレクションを表します。

名前空間 :  Microsoft.Ink
アセンブリ :  Microsoft.Ink (Microsoft.Ink.dll 内)

構文

'宣言
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class ExtendedProperties _
    Implements ICollection, IEnumerable
'使用
Dim instance As ExtendedProperties
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class ExtendedProperties : ICollection, 
    IEnumerable
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class ExtendedProperties : ICollection, 
    IEnumerable
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class ExtendedProperties implements ICollection, 
    IEnumerable
public class ExtendedProperties implements ICollection, IEnumerable

解説

拡張プロパティ データは、アプリケーション固有のグローバル一意識別子 (GUID) によってインデックスが付けられます。

ExtendedProperties コレクションを StrokeDrawingAttributes、および Ink オブジェクトに追加できます。

継承階層

System.Object
  Microsoft.Ink.ExtendedProperties

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

Windows Vista

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

ExtendedProperties メンバ

Microsoft.Ink 名前空間

Stroke.ExtendedProperties

DrawingAttributes.ExtendedProperties