| MamlToFlowDocumentConverterMediaFiles Property |
This read-only property returns the dictionary used to map image IDs to media files
for media link elements.
Namespace: SandcastleBuilder.WPF.MamlAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public Dictionary<string, KeyValuePair<string, string>> MediaFiles { get; }
Public ReadOnly Property MediaFiles As Dictionary(Of String, KeyValuePair(Of String, String))
Get
public:
property Dictionary<String^, KeyValuePair<String^, String^>>^ MediaFiles {
Dictionary<String^, KeyValuePair<String^, String^>>^ get ();
}
member MediaFiles : Dictionary<string, KeyValuePair<string, string>> with get
Property Value
Type:
DictionaryString,
KeyValuePairString,
StringThe key is the image ID, the value is the key/value pair where the key is the filename
and the value is the optional alternate text to use as the image tool tip.
See Also