ImportedNamespaceContextItem.ImportedNamespaces Propriedade

Definição

Obtém a coleção de namespaces 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 da propriedade

Collection<String>

O Collection<T> dos namespaces importados.

Aplica-se a