C# Class App1.App1_Windows_XamlTypeInfo.XamlUserType

Inheritance: global::App1.App1_Windows_XamlTypeInfo.XamlSystemBaseType
Show file Open project: IPGPTP/neon_windows_prototypes

Public Methods

Method Description
ActivateInstance ( ) : object
AddEnumValue ( string name, object value ) : void
AddMemberName ( string shortName ) : void
AddToMap ( object instance, object key, object item ) : void
AddToVector ( object instance, object item ) : void
CreateFromString ( string input ) : object
GetMember ( string name ) : global::Windows.UI.Xaml.Markup.IXamlMember
RunInitializer ( ) : void
SetContentPropertyName ( string contentPropertyName ) : void
SetIsArray ( ) : void
SetIsBindable ( ) : void
SetIsLocalType ( ) : void
SetIsMarkupExtension ( ) : void
SetIsReturnTypeStub ( ) : void
SetItemTypeName ( string itemTypeName ) : void
SetKeyTypeName ( string keyTypeName ) : void
XamlUserType ( global provider, string fullName, global fullType, global baseType )

Method Details

ActivateInstance() public method

public ActivateInstance ( ) : object
return object

AddEnumValue() public method

public AddEnumValue ( string name, object value ) : void
name string
value object
return void

AddMemberName() public method

public AddMemberName ( string shortName ) : void
shortName string
return void

AddToMap() public method

public AddToMap ( object instance, object key, object item ) : void
instance object
key object
item object
return void

AddToVector() public method

public AddToVector ( object instance, object item ) : void
instance object
item object
return void

CreateFromString() public method

public CreateFromString ( string input ) : object
input string
return object

GetMember() public method

public GetMember ( string name ) : global::Windows.UI.Xaml.Markup.IXamlMember
name string
return global::Windows.UI.Xaml.Markup.IXamlMember

RunInitializer() public method

public RunInitializer ( ) : void
return void

SetContentPropertyName() public method

public SetContentPropertyName ( string contentPropertyName ) : void
contentPropertyName string
return void

SetIsArray() public method

public SetIsArray ( ) : void
return void

SetIsBindable() public method

public SetIsBindable ( ) : void
return void

SetIsLocalType() public method

public SetIsLocalType ( ) : void
return void

SetIsMarkupExtension() public method

public SetIsMarkupExtension ( ) : void
return void

SetIsReturnTypeStub() public method

public SetIsReturnTypeStub ( ) : void
return void

SetItemTypeName() public method

public SetItemTypeName ( string itemTypeName ) : void
itemTypeName string
return void

SetKeyTypeName() public method

public SetKeyTypeName ( string keyTypeName ) : void
keyTypeName string
return void

XamlUserType() public method

public XamlUserType ( global provider, string fullName, global fullType, global baseType )
provider global
fullName string
fullType global
baseType global