Udostępnij za pośrednictwem


Właściwość VCConfiguration.SatelliteDLLs —

Pobiera rozdzielaną średnikami listę satelitarnych wszystkie biblioteki DLL, które generuje tej konfiguracji.

Przestrzeń nazw:  Microsoft.VisualStudio.VCProjectEngine
Zestaw:  Microsoft.VisualStudio.VCProjectEngine (w Microsoft.VisualStudio.VCProjectEngine.dll)

Składnia

'Deklaracja
ReadOnly Property SatelliteDLLs As String
string SatelliteDLLs { get; }
property String^ SatelliteDLLs {
    String^ get ();
}
abstract SatelliteDLLs : string with get
function get SatelliteDLLs () : String

Wartość właściwości

Typ: System.String
Ciąg zawierający rozdzielaną średnikami listę satelitarnych biblioteki DLL.

Przykłady

Zobacz Jak: kompilowania przykładowy kod do projektu modelu rozszerzalności informacje na temat skompilować i uruchomić ten przykład.

' Add a reference to Microsoft.VisualStudio.VCProjectEngine and have a 
' Visual C++ project loaded before running this example.
Imports EnvDTE
Imports Microsoft.VisualStudio.VCProjectEngine
Public Module Module1
    Sub Test()
        Dim prj As VCProject
        Dim cfgs As IVCCollection
        Dim cfg As VCConfiguration
        Dim MyDbg As VCDebugSettings
        prj = DTE.Solution.Projects.Item(1).Object
        cfgs = prj.Configurations
        cfg = cfgs.Item(1)
        MsgBox("Satellite DLLs: " & cfg.SatelliteDLLs)
    End Sub
End Module

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCConfiguration Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCProjectEngine