Edit

Share via


CustomXMLSchemaCollectionClass.Add(String, String, String, Boolean) Method

Definition

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

Returns

Implements

Applies to