共用方式為


IAccPropServices.SetPropServer 方法

定義

IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

public:
 void SetPropServer(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps, Accessibility::IAccPropServer ^ pServer, Accessibility::AnnoScope AnnoScope);
public void SetPropServer (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps, Accessibility.IAccPropServer pServer, Accessibility.AnnoScope AnnoScope);
abstract member SetPropServer : byte * uint32 * Guid * int * Accessibility.IAccPropServer * Accessibility.AnnoScope -> unit
Public Sub SetPropServer (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer, pServer As IAccPropServer, AnnoScope As AnnoScope)

參數

pIDString
Byte

識別要標註的可存取項目。

dwIDStringLen
UInt32

指定由 pIDString 參數識別之字串的長度。

paProps
Guid

指定屬性陣列,該陣列會由指定的回呼物件所處理。

cProps
Int32

指定屬性陣列,該陣列會由指定的回呼物件所處理。

pServer
IAccPropServer

指定用戶端要求其中一個被覆寫的屬性時叫用的回呼物件。

AnnoScope
AnnoScope

可以是 ANNO_THIS,表示附註只會影響指定的可存取項目,或者為 ANNO_CONTAINER,表示附註會套用到項目與其直接子項目。

備註

如需 的詳細資訊 IAccPropServices,請參閱 動態註釋的相關文件。

適用於