CustomXMLSchemaCollectionClass.Add(String, String, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual Microsoft.Office.Core.CustomXMLSchema Add (string NamespaceURI = "", string Alias = "", string FileName = "", bool InstallForAllUsers = false);
abstract member Add : string * string * string * bool -> Microsoft.Office.Core.CustomXMLSchema
override this.Add : string * string * string * bool -> Microsoft.Office.Core.CustomXMLSchema
Public Overridable Function Add (Optional NamespaceURI As String = "", Optional Alias As String = "", Optional FileName As String = "", Optional InstallForAllUsers As Boolean = false) As CustomXMLSchema
Parameters
- NamespaceURI
- String
- Alias
- String
- FileName
- String
- InstallForAllUsers
- Boolean