IEditorSettings.InsertClosingTags 속성
버전 2에 적용
HTML 및 XML에 닫는 태그를 삽입하는지 여부를 가져오거나 설정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Property InsertClosingTags As Boolean
Get
Set
‘사용 방법
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.InsertClosingTags
instance.InsertClosingTags = value
bool InsertClosingTags { get; set; }
property bool InsertClosingTags {
bool get ();
void set (bool value);
}
abstract InsertClosingTags : bool with get, set
function get InsertClosingTags () : boolean
function set InsertClosingTags (value : boolean)
속성 값
유형: System.Boolean
HTML 및 XML에 닫는 태그를 삽입하려면 true이고, 그렇지 않으면 false입니다.