WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct PROPSPEC

    Show / Hide Table of Contents

    Struct PROPSPEC

    The PROPSPEC structure is used by many of the methods of IPropertyStorage to specify a property either by its property identifier (ID) or the associated string name.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.CompoundFile.DocIO.Native
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    [CLSCompliant(false)]
    public struct PROPSPEC

    Fields

    propid

    Specifies the value of the property ID. Use either this value or the following lpwstr, not both.

    Declaration
    public IntPtr propid
    Field Value
    Type Description
    System.IntPtr

    ulKind

    Indicates the union member used. This member can be one of the following values.

    Declaration
    public IntPtr ulKind
    Field Value
    Type Description
    System.IntPtr
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved