XhtmlTextWriter.CommonAttributes 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Hashtable 개체에 대한 공통 태그 특성이 포함된 XhtmlTextWriter 개체를 가져옵니다.
protected:
property System::Collections::Hashtable ^ CommonAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable CommonAttributes { get; }
member this.CommonAttributes : System.Collections.Hashtable
Protected ReadOnly Property CommonAttributes As Hashtable
속성 값
공통 특성이 포함된 Hashtable 개체입니다.
설명
컬렉션에는 CommonAttributes XHTML 요소에서 허용되고 속성에 표시되지 않는 특성이 SuppressCommonAttributes 포함되어 있습니다. 일반적인 특성에 대한 자세한 내용은 W3C(World Wide Web 컨소시엄) 웹 사이트를 참조하세요.
클래스의 새 인스턴스가 XhtmlTextWriter 만들어지면 초기화되는 일반적인 특성은 다음과 같습니다.
class
id
title
xml:lang