| FileContentNeededEventArgsTokenFiles Property |
This is used to return the token collections for token files
Namespace: SandcastleBuilder.WPF.UserControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public Dictionary<string, TokenCollection> TokenFiles { get; }
Public ReadOnly Property TokenFiles As Dictionary(Of String, TokenCollection)
Get
public:
property Dictionary<String^, TokenCollection^>^ TokenFiles {
Dictionary<String^, TokenCollection^>^ get ();
}
member TokenFiles : Dictionary<string, TokenCollection> with get
Property Value
Type:
DictionaryString,
TokenCollectionThe key is the filename, the value is the token collection
See Also