XamlResourceIdAttribute public sealed class XamlResourceIdAttribute : Attribute For internal use by the XAML infrastructure. Documentation Code public string Path { get; set; } For internal use by the XAML infrastructure. public string ResourceId { get; set; } For internal use by the XAML infrastructure. public Type Type { get; set; } For internal use by the XAML infrastructure. public XamlResourceIdAttribute(string resourceId, string path, Type type)