'Declaration Public Overloads Sub Remove( _
ByVal profileKodakDeviceProfile to remove.As KodakDeviceProfile, _
ByVal nextSelectedProfileThe profile, which must be set as selected after remove.As KodakDeviceProfile _
)
public void Remove(
KodakDeviceProfile profile,
KodakDeviceProfile nextSelectedProfile
)
public: void Remove(
KodakDeviceProfile* profile,
KodakDeviceProfile* nextSelectedProfile
)
public:
void Remove(
KodakDeviceProfile^ profile,
KodakDeviceProfile^ nextSelectedProfile
)
Parameters
- profile
- KodakDeviceProfile to remove.
- nextSelectedProfile
- The profile, which must be set as selected after remove.