ProvideAssemblyFilterAttribute::AssemblyFilter Property
Visual Studio 2015
Gets the full assembly specification of the filter.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Property Value
Type: System::String^A string containing the full assembly specification of the filter.
The assembly name specifies the full assembly identification, including a simple name, a version number, a cryptographic key pair, and a supported culture. For more information on assembly identification, see AssemblyName. The * character in a specification is interpreted as a wildcard.
Show: