Gets or sets a collection of additional paths to search for reference assemblies.
[Visual Basic]<Category(Category:="(Global)"), _ Description(Description:="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters..."), _ NonPersisted>Public Property ReferencePaths As ReferencePathCollection [C#][Category(Category="(Global)")][Description(Description="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters...")][NonPersisted]public ReferencePathCollection ReferencePaths { get; set; } [C++][Category(Category="(Global)")][Description(Description="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters...")][NonPersisted]public: __property ReferencePathCollection* get_ReferencePaths(); public: __property void set_ReferencePaths(ReferencePathCollection* ); [JScript] publicCategory(Category="(Global)")Description(Description="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters...")NonPersistedfunction get ReferencePaths() : ReferencePathCollection publicCategory(Category="(Global)")Description(Description="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters...")NonPersistedfunction set ReferencePaths(ReferencePathCollection);
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace