DesignerNamespaceResolveEventArgs.ResolvedAssemblyFiles Property

Definition

Gets a collection of assembly file paths; when the event handler for the DesignerNamespaceResolve event is invoked, the collection is empty, and the event handler is responsible for adding the necessary assembly files.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

A collection of assembly files that define the requested namespace.

Applies to