프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Attributes | FeatureAttributes | ||
CurrentState | InstallState | ||
Description | string | ||
Name | string | ||
Parent | |||
ParentName | string | ||
RequestedState | InstallState | ||
Title | string | ||
View | object |
메소드 | 설명 | |
---|---|---|
FeatureItem ( ) : System.Collections.Generic |
Initializes a new instance of the FeatureItem class.
|
|
FeatureItem ( Microsoft.Deployment.WindowsInstaller.Session session, string name ) : System.Collections.Generic |
Initializes a new instance of the FeatureItem class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
메소드 | 설명 | |
---|---|---|
DetectFeatureState ( Microsoft.Deployment.WindowsInstaller.Session session, string name ) : InstallState |
Detects the state of the feature.
|
public FeatureItem ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public FeatureItem ( Microsoft.Deployment.WindowsInstaller.Session session, string name ) : System.Collections.Generic | ||
session | Microsoft.Deployment.WindowsInstaller.Session | The session. |
name | string | The name. |
리턴 | System.Collections.Generic |