Visual Basic (Declaration) | |
---|---|
Public Property DependentAssemblies As AssemblyName() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ToolboxItemWizard Dim value() As AssemblyName instance.DependentAssemblies = value value = instance.DependentAssemblies |
C# | |
---|---|
public AssemblyName[] DependentAssemblies {get; set;} |
C++/CLI | |
---|---|
public: property array<AssemblyName^>^ DependentAssemblies { array<AssemblyName^>^ get(); void set ( array<AssemblyName^>^ value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2