System.Deployment.Internal.Isolation.Store.EnumInstallerDeploymentProperties C# (CSharp) Method

EnumInstallerDeploymentProperties() public method

public EnumInstallerDeploymentProperties ( System.Guid InstallerId, string InstallerName, string InstallerMetadata, IDefinitionAppId Deployment ) : StoreDeploymentMetadataPropertyEnumeration
InstallerId System.Guid
InstallerName string
InstallerMetadata string
Deployment IDefinitionAppId
return StoreDeploymentMetadataPropertyEnumeration
        public StoreDeploymentMetadataPropertyEnumeration EnumInstallerDeploymentProperties(Guid InstallerId, string InstallerName, string InstallerMetadata, IDefinitionAppId Deployment)
        {
            StoreApplicationReference reference = new StoreApplicationReference(InstallerId, InstallerName, InstallerMetadata);
            return new StoreDeploymentMetadataPropertyEnumeration((IEnumSTORE_DEPLOYMENT_METADATA_PROPERTY) this._pStore.EnumInstallerDeploymentMetadataProperties(0, ref reference, Deployment, ref IsolationInterop.IID_IEnumSTORE_DEPLOYMENT_METADATA_PROPERTY));
        }