C# Class AppStore.AppStore_XamlTypeInfo.XamlSystemBaseType

Inheritance: global::Windows.UI.Xaml.Markup.IXamlType
Afficher le fichier Open project: BuildmLearn/BuildmLearn-Store

Méthodes publiques

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 )

Method Details

ActivateInstance() public méthode

public ActivateInstance ( ) : object
Résultat object

AddToMap() public méthode

public AddToMap ( object instance, object key, object item ) : void
instance object
key object
item object
Résultat void

AddToVector() public méthode

public AddToVector ( object instance, object item ) : void
instance object
item object
Résultat void

CreateFromString() public méthode

public CreateFromString ( string input ) : object
input string
Résultat object

GetMember() public méthode

public GetMember ( string name ) : global::Windows.UI.Xaml.Markup.IXamlMember
name string
Résultat global::Windows.UI.Xaml.Markup.IXamlMember

RunInitializer() public méthode

public RunInitializer ( ) : void
Résultat void

XamlSystemBaseType() public méthode

public XamlSystemBaseType ( string fullName, global underlyingType )
fullName string
underlyingType global