C# 클래스 ICSharpCode.WpfDesign.XamlDom.TemplateHelper

Contains template related helper methods.
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

공개 메소드들

메소드 설명
GetFrameworkTemplate ( XmlElement xmlElement, XamlObject parentObject ) : System.Windows.FrameworkTemplate

Gets a FrameworkTemplate based on the specified parameters.

비공개 메소드들

메소드 설명
GenerateStreamFromString ( string s ) : Stream

메소드 상세

GetFrameworkTemplate() 공개 정적인 메소드

Gets a FrameworkTemplate based on the specified parameters.
public static GetFrameworkTemplate ( XmlElement xmlElement, XamlObject parentObject ) : System.Windows.FrameworkTemplate
xmlElement System.Xml.XmlElement The xml element to get template xaml from.
parentObject XamlObject The to use as source for resources and contextual information.
리턴 System.Windows.FrameworkTemplate