AODL.Document.Content.OfficeEvents.EventListener.NewXmlNode C# (CSharp) 메소드

NewXmlNode() 개인적인 메소드

News the XML node.
private NewXmlNode ( ) : void
리턴 void
		private void NewXmlNode()
		{
			this.Node = this.Document.CreateNode("event-listener", "script");
		}