Compartir a través de


ImportedNamespaceContextItem.ImportedNamespaces Propiedad

Definición

Obtiene la colección de espacios de nombres importados.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ ImportedNamespaces { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> ImportedNamespaces { get; }
member this.ImportedNamespaces : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ImportedNamespaces As Collection(Of String)

Valor de propiedad

La colección Collection<T> de espacios de nombres importados.

Se aplica a