Editar

Compartir a través de


ExtensionServiceCreator.ValidatePlatforms(List<String>) Method

Definition

Validate that SupportedPlatforms is not zero.

public:
 bool ValidatePlatforms(System::Collections::Generic::List<System::String ^> ^ errors);
public bool ValidatePlatforms (System.Collections.Generic.List<string> errors);
member this.ValidatePlatforms : System.Collections.Generic.List<string> -> bool
Public Function ValidatePlatforms (errors As List(Of String)) As Boolean

Parameters

errors
List<String>

Returns

Remarks

Adds items to errors log field if not valid

Applies to