| SandcastleProjectGetUserDefinedProperties Method |
Get a collection containing all user-defined properties
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public Collection<ProjectProperty> GetUserDefinedProperties()
Public Function GetUserDefinedProperties As Collection(Of ProjectProperty)
public:
Collection<ProjectProperty^>^ GetUserDefinedProperties()
member GetUserDefinedProperties : unit -> Collection<ProjectProperty>
Return Value
Type:
CollectionProjectPropertyA collection containing all properties determined not to
be help file builder project properties, MSBuild build engine
related properties, or environment variables.
See Also