ExtensionServiceCreator.ValidateNamespace(List<String>) 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.
Validate namespace property with each class/interface file to be created for new extension service
public:
bool ValidateNamespace(System::Collections::Generic::List<System::String ^> ^ errors);
public bool ValidateNamespace (System.Collections.Generic.List<string> errors);
member this.ValidateNamespace : System.Collections.Generic.List<string> -> bool
Public Function ValidateNamespace (errors As List(Of String)) As Boolean
Parameters
Returns
true if no errors, false otherwise
Remarks
Adds items to errors log field if not valid