C# Class App1.App1_Windows_XamlTypeInfo.XamlMember

Inheritance: global::Windows.UI.Xaml.Markup.IXamlMember
Show file Open project: IPGPTP/neon_windows_prototypes

Public Methods

Method Description
GetValue ( object instance ) : object
SetIsAttachable ( ) : void
SetIsDependencyProperty ( ) : void
SetIsReadOnly ( ) : void
SetTargetTypeName ( string targetTypeName ) : void
SetValue ( object instance, object value ) : void
XamlMember ( global provider, string name, string typeName )

Method Details

GetValue() public method

public GetValue ( object instance ) : object
instance object
return object

SetIsAttachable() public method

public SetIsAttachable ( ) : void
return void

SetIsDependencyProperty() public method

public SetIsDependencyProperty ( ) : void
return void

SetIsReadOnly() public method

public SetIsReadOnly ( ) : void
return void

SetTargetTypeName() public method

public SetTargetTypeName ( string targetTypeName ) : void
targetTypeName string
return void

SetValue() public method

public SetValue ( object instance, object value ) : void
instance object
value object
return void

XamlMember() public method

public XamlMember ( global provider, string name, string typeName )
provider global
name string
typeName string