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 对象中获取属性数据标识符。 此示例假定 DrawingAttributes 已声明调用 inkDA
。
Guid[] propertyIDs = inkDA.GetPropertyDataIds();
Dim propertyIds() As Guid
propertyIds = inkDA.GetPropertyDataIds()
注解
类的内置属性的 DrawingAttributes GUID 位于类中 DrawingAttributeIds 。