Bearbeiten

Freigeben über


ExtensionServiceCreator.ValidateNamespace(List<String>) Method

Definition

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

errors
List<String>

Returns

true if no errors, false otherwise

Remarks

Adds items to errors log field if not valid

Applies to