C# Class Source.WPF.Bindings.OneTime

Inheritance: System.Windows.Markup.MarkupExtension
ファイルを表示 Open project: mrange/T4Include

Public Properties

Property Type Description
Path string

Public Methods

Method Description
OneTime ( string path ) : System
ProvideValue ( IServiceProvider serviceProvider ) : object

Method Details

OneTime() public method

public OneTime ( string path ) : System
path string
return System

ProvideValue() public method

public ProvideValue ( IServiceProvider serviceProvider ) : object
serviceProvider IServiceProvider
return object

Property Details

Path public_oe property

public string Path
return string