Поделиться через


CompilationReference.WithAliases Метод

Определение

Перегрузки

WithAliases(IEnumerable<String>)

Возвращает экземпляр ссылки с указанными псевдонимами.

WithAliases(ImmutableArray<String>)

Возвращает экземпляр ссылки с указанными псевдонимами.

WithAliases(IEnumerable<String>)

Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs

Возвращает экземпляр ссылки с указанными псевдонимами.

public:
 Microsoft::CodeAnalysis::CompilationReference ^ WithAliases(System::Collections::Generic::IEnumerable<System::String ^> ^ aliases);
public Microsoft.CodeAnalysis.CompilationReference WithAliases (System.Collections.Generic.IEnumerable<string> aliases);
override this.WithAliases : seq<string> -> Microsoft.CodeAnalysis.CompilationReference
Public Function WithAliases (aliases As IEnumerable(Of String)) As CompilationReference

Параметры

aliases
IEnumerable<String>

Новые псевдонимы для ссылки.

Возвращаемое значение

Исключения

Псевдоним недопустим для типа метаданных.

Применяется к

WithAliases(ImmutableArray<String>)

Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs
Source:
CompilationReference.cs

Возвращает экземпляр ссылки с указанными псевдонимами.

public:
 Microsoft::CodeAnalysis::CompilationReference ^ WithAliases(System::Collections::Immutable::ImmutableArray<System::String ^> aliases);
public Microsoft.CodeAnalysis.CompilationReference WithAliases (System.Collections.Immutable.ImmutableArray<string> aliases);
override this.WithAliases : System.Collections.Immutable.ImmutableArray<string> -> Microsoft.CodeAnalysis.CompilationReference
Public Function WithAliases (aliases As ImmutableArray(Of String)) As CompilationReference

Параметры

aliases
ImmutableArray<String>

Новые псевдонимы для ссылки.

Возвращаемое значение

Исключения

Псевдоним недопустим для типа метаданных.

Применяется к