共用方式為


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 集合加入至 StrokeDrawingAttributesInk 等物件中。

繼承階層架構

System.Object
  Microsoft.Ink.ExtendedProperties

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

ExtendedProperties 成員

Microsoft.Ink 命名空間

Stroke.ExtendedProperties

DrawingAttributes.ExtendedProperties