IAccPropServices.ClearProps(Byte, UInt32, Guid, Int32) 메서드

정의

IAccPropServices 인터페이스와 노출된 모든 멤버는 COM IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

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

매개 변수

pIDString
Byte

주석을 해제할 액세스 가능 요소를 식별합니다.

dwIDStringLen
UInt32

pIDString의 길이입니다.

paProps
Guid

다시 설정할 속성의 배열을 지정합니다. 이러한 속성이 주석을 추가하기 전에 표시된 기본 동작으로 돌아갑니다.

cProps
Int32

paProps 배열의 속성 수를 지정합니다.

설명

에 대한 IAccPropServices자세한 내용은 동적 주석에 대한 설명서를 참조하세요.

적용 대상