AppGetXamlType Method (String) |
[Missing <summary> documentation for "M:foodez.App.GetXamlType(System.String)"]
Namespace: foodezAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IXamlType GetXamlType(
string fullName
)
Public Function GetXamlType (
fullName As String
) As IXamlType
public:
virtual IXamlType^ GetXamlType(
String^ fullName
) sealed
abstract GetXamlType :
fullName : string -> IXamlType
override GetXamlType :
fullName : string -> IXamlType
Parameters
- fullName
- Type: SystemString
[Missing <param name="fullName"/> documentation for "M:foodez.App.GetXamlType(System.String)"]
Return Value
Type:
IXamlType[Missing <returns> documentation for "M:foodez.App.GetXamlType(System.String)"]
Implements
IXamlMetadataProviderGetXamlType(String)
See Also