RestrictChildrenAttribute.ChildTags Propiedad

Definición

Obtiene los nombres de los elementos permitidos como elementos secundarios.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ChildTags { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ChildTags { get; }
member this.ChildTags : seq<string>
Public ReadOnly Property ChildTags As IEnumerable(Of String)

Valor de propiedad

IEnumerable<String>

Se aplica a