VssSharedAssemblyResolver.Assemblies Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Shared Property Assemblies As HashSet(Of String)
public static HashSet<string> Assemblies { get; private set; }
public:
static property HashSet<String^>^ Assemblies {
HashSet<String^>^ get ();
private: void set (HashSet<String^>^ value);
}
static member Assemblies : HashSet<string> with get, private set
static function get Assemblies () : HashSet<String>
private static function set Assemblies (value : HashSet<String>)
Property Value
Type: System.Collections.Generic.HashSet<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.