Méthode | Description | |
---|---|---|
ActivateInstance ( ) : object | ||
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 | ||
XamlSystemBaseType ( string fullName, global underlyingType ) |
public AddToMap ( object instance, object key, object item ) : void | ||
instance | object | |
key | object | |
item | object | |
Résultat | void |
public AddToVector ( object instance, object item ) : void | ||
instance | object | |
item | object | |
Résultat | void |
public CreateFromString ( string input ) : object | ||
input | string | |
Résultat | object |
public GetMember ( string name ) : global::Windows.UI.Xaml.Markup.IXamlMember | ||
name | string | |
Résultat | global::Windows.UI.Xaml.Markup.IXamlMember |
public XamlSystemBaseType ( string fullName, global underlyingType ) | ||
fullName | string | |
underlyingType | global |