C# 클래스 Microsoft.Tools.WindowsInstaller.PowerShell.Commands.GetFeatureCommand

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: heaths/psmsi

Private Properties

프로퍼티 타입 설명
WriteFeature void

보호된 메소드들

메소드 설명
ProcessRecord ( ) : void

Enumerates the selected features and write them to the pipeline.

비공개 메소드들

메소드 설명
WriteFeature ( Microsoft.Deployment.WindowsInstaller.FeatureInstallation feature ) : void

Writes the feature to the pipeline.

메소드 상세

ProcessRecord() 보호된 메소드

Enumerates the selected features and write them to the pipeline.
protected ProcessRecord ( ) : void
리턴 void