Sdílet prostřednictvím


DkmInstalledAppPackageInfo.Applications Property

Definition

[Optional] Array of applications found in the App Package.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledApplicationInfo ^> ^ Applications { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledApplicationInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo> Applications { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo>? Applications { get; }
member this.Applications : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo>
Public ReadOnly Property Applications As ReadOnlyCollection(Of DkmInstalledApplicationInfo)

Property Value

Applies to