XmlComment.LocalName 속성

정의

노드의 로컬 이름을 가져옵니다.

public:
 virtual property System::String ^ LocalName { System::String ^ get(); };
public override string LocalName { get; }
member this.LocalName : string
Public Overrides ReadOnly Property LocalName As String

속성 값

Comment 노드의 경우 이 값은 #comment입니다.

적용 대상