| CodeSnippetCollectionCodeSnippetFile Property |
This is used to get the build item related to the code snippet file
containing the collection items.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public FileItem CodeSnippetFile { get; }
Public ReadOnly Property CodeSnippetFile As FileItem
Get
public:
property FileItem^ CodeSnippetFile {
FileItem^ get ();
}
member CodeSnippetFile : FileItem with get
Property Value
Type:
FileItemSee Also