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 ) |
public AddEnumValue ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public AddMemberName ( string shortName ) : void | ||
shortName | string | |
return | void |
public AddToMap ( object instance, object key, object item ) : void | ||
instance | object | |
key | object | |
item | object | |
return | void |
public AddToVector ( object instance, object item ) : void | ||
instance | object | |
item | object | |
return | void |
public CreateFromString ( string input ) : object | ||
input | string | |
return | object |
public GetMember ( string name ) : global::Windows.UI.Xaml.Markup.IXamlMember | ||
name | string | |
return | global::Windows.UI.Xaml.Markup.IXamlMember |
public SetContentPropertyName ( string contentPropertyName ) : void | ||
contentPropertyName | string | |
return | void |
public SetItemTypeName ( string itemTypeName ) : void | ||
itemTypeName | string | |
return | void |
public SetKeyTypeName ( string keyTypeName ) : void | ||
keyTypeName | string | |
return | void |
public XamlUserType ( global provider, string fullName, global fullType, global baseType ) | ||
provider | global | |
fullName | string | |
fullType | global | |
baseType | global |