C# Класс Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.CFullPropSpec

The CFullPropSpec structure contains a property set GUID and a property identifier to uniquely identify a property. A CFullPropSpec instance has a property set GUID and either an integer property ID or a string property name. For properties to match, the CFullPropSpec structure MUST match the column identifier in the index. There is no conversion between property IDs and property names. Property names are case insensitive. (The CFullPropSpec structure corresponds to the FULLPROPSPEC structure described in [MSDN-FULLPROPSPEC].)
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
PrSpec uint
Property_name string
_guidPropSet Guid
ulKind CFullPropSpec_ulKind_Values

Открытые методы

Метод Описание
CFullPropSpec ( Guid guid, uint propertyID ) : System

Construct an integer property.

FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void

Описание методов

CFullPropSpec() публичный Метод

Construct an integer property.
public CFullPropSpec ( Guid guid, uint propertyID ) : System
guid Guid GUID of property.
propertyID uint Identifier of property.
Результат System

FromBytes() публичный Метод

public FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
Результат void

ToBytes() публичный Метод

public ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
Результат void

Описание свойств

PrSpec публичное свойство

A 32-bit unsigned integer with a meaning as indicated by the ulKind field.
public uint PrSpec
Результат uint

Property_name публичное свойство

If ulKind is set to PRSPEC_PROPID, this field MUST NOT be present. If ulKind is set to PRSPEC_LPWSTR, this field MUST contain a case-insensitive array of PrSpec non-null Unicode characters that contains the name of the property.
public string Property_name
Результат string

_guidPropSet публичное свойство

The GUID of the property set to which the property belongs.
public Guid _guidPropSet
Результат Guid

ulKind публичное свойство

A 32-bit unsigned integer that indicates the contents of PrSpec.
public CFullPropSpec_ulKind_Values ulKind
Результат CFullPropSpec_ulKind_Values