ProfileResourceFormatData.LocalizedAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Any custom localized attributes for the Type.
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,string>> LocalizedAttributes { get; }
member this.LocalizedAttributes : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, string>>
Public ReadOnly Property LocalizedAttributes As IDictionary(Of String, IDictionary(Of String, String))