|  | BuildProcessApplyVisibilityProperties Method | 
            Apply the project's Visibility category properties to the given reflection information file
            
 
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic void ApplyVisibilityProperties(
	string reflectionInfoFile
)
Public Sub ApplyVisibilityProperties ( 
	reflectionInfoFile As String
)
public:
void ApplyVisibilityProperties(
	String^ reflectionInfoFile
)
member ApplyVisibilityProperties : 
        reflectionInfoFile : string -> unit 
Parameters
- reflectionInfoFile
- Type: SystemString
 The name of the reflection information file to use
 Remarks
RemarksThis is used to remove entries from the reflection information file so that it does not
            appear in the help file.  See the 
Document* properties in the 
SandcastleProject
            class for information on the items removed.
 See Also
See Also