Item Property (component)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Item Property (component)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerComponentInfoCollectionItem[([( String])])
Gets information about a component within the context of an installation session.
Declaration Syntax
C# Visual Basic Visual C++ F#
public ComponentInfo this[
	string component
] { get; }
Public ReadOnly Default Property Item ( 
	component As String
) As ComponentInfo
	Get
public:
property ComponentInfo^ default[String^ component] {
	ComponentInfo^ get (String^ component);
}
member Item : ComponentInfo with get
Parameters
component (String)
name of the component
Return Value
ComponentInfo
component object

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)