System.Windows.Documents.TextElement.OnCreateAutomationPeer C# (CSharp) 메소드

OnCreateAutomationPeer() 보호된 메소드

protected OnCreateAutomationPeer ( ) : AutomationPeer
리턴 AutomationPeer
		protected virtual AutomationPeer OnCreateAutomationPeer()
		{
			Console.WriteLine ("NEIX: System.Windows.Documents.TextElement:.OnCreateAutomationPeer");
			throw new NotImplementedException ();;
		}